Update docs for running under docker

Make them a bit more version safe.
This commit is contained in:
Tim Hockin
2015-10-28 10:03:55 -07:00
parent a0ef44b712
commit faa5c5885a
5 changed files with 61 additions and 21 deletions

View File

@@ -27,7 +27,7 @@ fi
# Make sure k8s version env is properly set
if [ -z ${K8S_VERSION} ]; then
K8S_VERSION="1.0.3"
K8S_VERSION="1.0.7"
echo "K8S_VERSION is not set, using default: ${K8S_VERSION}"
else
echo "k8s version is set to: ${K8S_VERSION}"