mirror of https://github.com/k3s-io/k3s
Fix a typo in #18490.
parent
5a579a2555
commit
74d568815b
|
@ -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 '
|
||||||
|
|
Loading…
Reference in New Issue