From 5fe8d7d106ac2625b9f600cf7a430a2b1a97fec2 Mon Sep 17 00:00:00 2001 From: yuqi huang Date: Tue, 22 Sep 2015 09:45:49 +0800 Subject: [PATCH] fix the parameter name of k8s version fix the parameter name of k8s version --- docs/getting-started-guides/ubuntu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started-guides/ubuntu.md b/docs/getting-started-guides/ubuntu.md index 599c75724ea..5c91fc8e6aa 100644 --- a/docs/getting-started-guides/ubuntu.md +++ b/docs/getting-started-guides/ubuntu.md @@ -80,7 +80,7 @@ $ ./build.sh ``` You can customize your etcd version, flannel version, k8s version by changing corresponding variables -`ETCD_VERSION` , `FLANNEL_VERSION` and `K8S_VERSION` in build.sh, by default etcd version is 2.0.12, +`ETCD_VERSION` , `FLANNEL_VERSION` and `KUBE_VERSION` in build.sh, by default etcd version is 2.0.12, flannel version is 0.4.0 and k8s version is 1.0.3. Make sure that the involved binaries are located properly in the binaries/master