updating all references in .sh scripts

This commit is contained in:
Mike Danese
2015-08-12 13:12:31 -07:00
parent 59da05efdf
commit f061875840
11 changed files with 17 additions and 17 deletions

View File

@@ -27,7 +27,7 @@
# declare -x KUBE_MASTER_IP="1.2.3.4"
# - Make sure only essential pods are running and there are no failed/pending pods.
# - Go to a git tree that contains the kubernetes source.
# - git clone git://github.com/GoogleCloudPlatform/kubernetes.git
# - git clone git://github.com/kubernetes/kubernetes.git
# - Checkout the upstream/conformance-test-v1 branch
# - git checkout upstream/conformance-test-v1
# - The working tree will be in a "detached HEAD" state.