Commit Graph

14 Commits

Author SHA1 Message Date
Janet Kuo e6f04c498b Clean up broken analytics links 2025-05-19 10:09:55 -07:00
Davanum Srinivas 6a1bd54e08
Bump example-dns-backend to python3
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2024-09-16 20:04:34 -04:00
ajayk 33dfad21f4 chore: move registry from k8s.gcr.io to registry.k8s.io 2022-11-30 03:01:20 +00:00
Kubernetes Prow Robot 24c878fe38
Merge pull request #303 from bclau/patch-1
cluster-dns: Writes bytes on response
2019-06-04 08:17:22 -07:00
Mumshad Mannambeth 5a31ec9093
Fix service dns name
Should be http://dns-backend.development.svc.cluster.local:8000 instead of http://dns-backend.development.cluster.local:8000
2019-03-21 12:09:18 +08:00
Claudiu Belu ee0cf55804
cluster-dns: Writes bytes on response
In Python3, strings are unicode, while in Python2 they're bytes. This causes an issue when writing the request response, since it expects bytes.
2019-03-20 16:19:55 +02:00
Claudiu Belu 12f77704a3 Fixes python 3 support for cluster-dns images scripts
The cluster-dns images' scripts are only working with Python 2.

Considering that Python 2 support will be dropped in 2020, it
would be a good idea to transition towards Python 3 support.

This commit the cluster-dns Python scripts to work on both
Python versions.
2019-03-20 03:47:06 -07:00
foo0x29a 12cff4b7a5 fix cloud-dns README links (#227) 2018-05-02 10:53:57 +02:00
XiaoLiang Hu cee89cecb7 Improve k8s DNS example usability (#164)
the command in example should be straightforward asap, user just
do copy and paste to move on. This change is align with spark
example to set CLUSTER_NAME and USER_NAME, refer to below link for
the details:

https://github.com/kubernetes/examples/tree/master/staging/spark
2018-01-30 22:19:20 -08:00
Tim Hockin 5530ef928b Pushes go to staging-k8s.gcr.io (#174) 2018-01-19 09:25:41 -08:00
Tim Hockin 40f5426f1e Convert registry to k8s.gcr.io 2017-12-22 09:55:16 -08:00
Fei Xu 628649327b fix typo (#53) 2017-08-08 09:54:06 -07:00
jianglingxia 0b5a357fca the page link unused (#26) 2017-07-19 09:31:39 -07:00
Sebastien Goasguen 386580936e mv examples over to /staging folder 2017-05-19 23:01:06 +02:00