Updated latest Kubernetes version

Updated latest Kubernetes version to 1.2.1
This commit is contained in:
Ihor Dvoretskyi
2016-04-06 17:23:36 -07:00
parent d956b20b4d
commit 6feee8741c
@@ -3,13 +3,13 @@
We'll begin by setting up the master node. For the purposes of illustration, we'll assume that the IP of this machine
is `${MASTER_IP}`. We'll need to run several versioned Kubernetes components, so we'll assume that the version we want
to run is `${K8S_VERSION}`, which should hold a released version of Kubernetes >= "1.2.0-alpha.7"
to run is `${K8S_VERSION}`, which should hold a released version of Kubernetes >= "1.2.1"
Enviroinment variables used:
```shell
export MASTER_IP=<the_master_ip_here>
export K8S_VERSION=<your_k8s_version (e.g. 1.2.0-alpha.7)>
export K8S_VERSION=<your_k8s_version (e.g. 1.2.1)>
export ETCD_VERSION=<your_etcd_version (e.g. 2.2.1)>
export FLANNEL_VERSION=<your_flannel_version (e.g. 0.5.5)>
export FLANNEL_IFACE=<flannel_interface (defaults to eth0)>