mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 22:17:14 +00:00
Merge pull request #17877 from ZJU-SEL/vxlan
Auto commit by PR queue bot
This commit is contained in:
commit
8847c6dba8
@ -37,7 +37,7 @@ function config_etcd {
|
|||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/opt/bin/etcdctl mk /coreos.com/network/config "{\"Network\":\"${FLANNEL_NET}\"}"
|
/opt/bin/etcdctl mk /coreos.com/network/config "{\"Network\":\"${FLANNEL_NET}\", \"Backend\": {\"Type\": \"vxlan\"}}"
|
||||||
attempt=$((attempt+1))
|
attempt=$((attempt+1))
|
||||||
sleep 3
|
sleep 3
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user