Update examples to not use old DNS names

This commit is contained in:
Tim Hockin
2015-07-23 10:13:57 -07:00
parent 4e1630d3a9
commit 89e9851ac5
5 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
# should only send updates if something changes. We should be able to do
# this by comparing pod creation time with the last scan time.
while true; do
hostport="https://kubernetes.default.cluster.local"
hostport="https://kubernetes.default.svc.cluster.local"
token=$(cat /var/run/secrets/kubernetes.io/serviceaccount/token)
path="api/v1/pods"
query="labels=$SELECTOR"