mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-04-25 08:08:38 -04:00
Fix wrong case statement in master.sh
This commit is contained in:
parent
7324cd68d2
commit
22ab92bd16
1 changed files with 1 additions and 0 deletions
|
|
@ -121,6 +121,7 @@ start_k8s(){
|
|||
fi
|
||||
ifconfig docker0 down
|
||||
yum -y -q install bridge-utils && brctl delbr docker0 && systemctl restart docker
|
||||
;;
|
||||
ubuntu|debian)
|
||||
DOCKER_CONF="/etc/default/docker"
|
||||
echo "DOCKER_OPTS=\"\$DOCKER_OPTS --mtu=${FLANNEL_MTU} --bip=${FLANNEL_SUBNET}\"" | sudo tee -a ${DOCKER_CONF}
|
||||
|
|
|
|||
Loading…
Reference in a new issue