Skip to content

Commit 02e6fff

Browse files
Merge pull request kubernetes#70 from MikeSpreitzer/issue/69
Issue kubernetes#69: Updated version of k8s from 1.1.4 to 1.1.8
2 parents e90b574 + eff46eb commit 02e6fff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/getting-started-guides/ubuntu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use a CNI plugin instead.
2424
Internet to download the necessary files, while worker nodes do not.
2525
3. These guide is tested OK on Ubuntu 14.04 LTS 64bit server, but it can not work with
2626
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.
2828
5. All the remote servers can be ssh logged in without a password by using key authentication.
2929

3030

@@ -41,12 +41,12 @@ $ git clone https://github.com/kubernetes/kubernetes.git
4141
#### Configure and start the Kubernetes cluster
4242

4343
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.
4545
You can customize your etcd version, flannel version, k8s version by changing corresponding variables
4646
`ETCD_VERSION` , `FLANNEL_VERSION` and `KUBE_VERSION` like following.
4747

4848
```shell
49-
$ export KUBE_VERSION=1.0.5
49+
$ export KUBE_VERSION=1.1.8
5050
$ export FLANNEL_VERSION=0.5.0
5151
$ export ETCD_VERSION=2.2.0
5252
```

0 commit comments

Comments
 (0)