@@ -24,7 +24,7 @@ use a CNI plugin instead.
24
24
Internet to download the necessary files, while worker nodes do not.
25
25
3 . These guide is tested OK on Ubuntu 14.04 LTS 64bit server, but it can not work with
26
26
Ubuntu 15 which uses systemd instead of upstart.
27
- 4 . Dependencies of this guide: etcd-2.2.1, flannel-0.5.5, k8s-1.1.4 , may work with higher versions.
27
+ 4 . Dependencies of this guide: etcd-2.2.1, flannel-0.5.5, k8s-1.1.8 , may work with higher versions.
28
28
5 . All the remote servers can be ssh logged in without a password by using key authentication.
29
29
30
30
@@ -41,12 +41,12 @@ $ git clone https://github.com/kubernetes/kubernetes.git
41
41
#### Configure and start the Kubernetes cluster
42
42
43
43
The startup process will first download all the required binaries automatically.
44
- By default etcd version is 2.2.1, flannel version is 0.5.5 and k8s version is 1.1.4 .
44
+ By default etcd version is 2.2.1, flannel version is 0.5.5 and k8s version is 1.1.8 .
45
45
You can customize your etcd version, flannel version, k8s version by changing corresponding variables
46
46
` ETCD_VERSION ` , ` FLANNEL_VERSION ` and ` KUBE_VERSION ` like following.
47
47
48
48
``` shell
49
- $ export KUBE_VERSION=1.0.5
49
+ $ export KUBE_VERSION=1.1.8
50
50
$ export FLANNEL_VERSION=0.5.0
51
51
$ export ETCD_VERSION=2.2.0
52
52
```
0 commit comments