Commit 5fe8d7d1 authored by yuqi huang's avatar yuqi huang

fix the parameter name of k8s version

fix the parameter name of k8s version
parent 9659ab13
...@@ -80,7 +80,7 @@ $ ./build.sh ...@@ -80,7 +80,7 @@ $ ./build.sh
``` ```
You can customize your etcd version, flannel version, k8s version by changing corresponding variables 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. 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 Make sure that the involved binaries are located properly in the binaries/master
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment