mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 22:53:22 +00:00
Fix a couple flannel invocations I missed
This commit is contained in:
@@ -257,6 +257,7 @@ EOF
|
||||
function create-flanneld-opts() {
|
||||
cat <<EOF > ~/kube/default/flanneld
|
||||
FLANNEL_OPTS="--etcd-endpoints=http://${1}:4001 \
|
||||
--ip-masq \
|
||||
--iface=${2}"
|
||||
EOF
|
||||
}
|
||||
|
Reference in New Issue
Block a user