From f9c225e535c687171d1dae48ca555a79830f0699 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Thu, 18 Jun 2015 11:01:42 -0700 Subject: [PATCH] remove references to v1beta3 in phabricator example --- phabricator/cloudsql-authenticator/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phabricator/cloudsql-authenticator/run.sh b/phabricator/cloudsql-authenticator/run.sh index e2898c8b..2d1551df 100755 --- a/phabricator/cloudsql-authenticator/run.sh +++ b/phabricator/cloudsql-authenticator/run.sh @@ -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.