Update docs for running under docker
Make them a bit more version safe.
This commit is contained in:
@@ -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}"
|
||||
|
Reference in New Issue
Block a user