bump the k8s version to 0.18.0

This commit is contained in:
wizard
2015-05-30 10:19:47 +08:00
parent 5520386b18
commit 73b7128941
4 changed files with 11 additions and 10 deletions

View File

@@ -205,7 +205,6 @@ EOF
function create-kube-controller-manager-opts(){
cat <<EOF > ~/kube/default/kube-controller-manager
KUBE_CONTROLLER_MANAGER_OPTS="--master=127.0.0.1:8080 \
--machines=$1 \
--logtostderr=true"
EOF