Commit 5d92dd4c authored by He Simei's avatar He Simei

fix typo

parent 5fb94395
...@@ -237,7 +237,7 @@ KUBELET_OPTS="\ ...@@ -237,7 +237,7 @@ KUBELET_OPTS="\
--api-servers=http://${2}:8080 \ --api-servers=http://${2}:8080 \
--logtostderr=true \ --logtostderr=true \
--cluster-dns=${3} \ --cluster-dns=${3} \
--cluster-domain=${4}" --cluster-domain=${4} \
--config=${5}" --config=${5}"
EOF EOF
...@@ -526,7 +526,7 @@ function provision-masterandnode() { ...@@ -526,7 +526,7 @@ function provision-masterandnode() {
'${KUBELET_CONFIG}' '${KUBELET_CONFIG}'
create-kube-proxy-opts \ create-kube-proxy-opts \
'${MASTER_IP}' \ '${MASTER_IP}' \
'${MASTER_IP}' \ '${MASTER_IP}'
create-flanneld-opts '127.0.0.1' '${MASTER_IP}' create-flanneld-opts '127.0.0.1' '${MASTER_IP}'
sudo -E -p '[sudo] password to start master: ' -- /bin/bash -ce ' sudo -E -p '[sudo] password to start master: ' -- /bin/bash -ce '
......
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