Merge pull request #386 from idvoretskyi/patch-2
Updated env variables to the latest versionspull/395/head
commit
f973b70cd4
docs/getting-started-guides/docker-multinode
|
@ -26,8 +26,8 @@ if ( ! ps -ef | grep "/usr/bin/docker" | grep -v 'grep' &> /dev/null ); then
|
|||
fi
|
||||
|
||||
# Make sure k8s version env is properly set
|
||||
K8S_VERSION=${K8S_VERSION:-"1.2.0-alpha.7"}
|
||||
ETCD_VERSION=${ETCD_VERSION:-"2.2.1"}
|
||||
K8S_VERSION=${K8S_VERSION:-"1.2.2}
|
||||
ETCD_VERSION=${ETCD_VERSION:-"2.3.1"}
|
||||
FLANNEL_VERSION=${FLANNEL_VERSION:-"0.5.5"}
|
||||
FLANNEL_IPMASQ=${FLANNEL_IPMASQ:-"true"}
|
||||
FLANNEL_IFACE=${FLANNEL_IFACE:-"eth0"}
|
||||
|
|
Loading…
Reference in New Issue