remove references to v1beta3 in phabricator example

This commit is contained in:
Chao Xu 2015-06-18 11:01:42 -07:00
parent 2929de9104
commit f9c225e535
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
while true; do
hostport="https://kubernetes.default.cluster.local"
token=$(cat /var/run/secrets/kubernetes.io/serviceaccount/token)
path="api/v1beta3/pods"
path="api/v1/pods"
query="labels=$SELECTOR"
# TODO: load in the CAS cert when we distributed it on all platforms.