You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "$OVN_COMPACT_MODE"==true ] && [ "$OVN_ENABLE_INTERCONNECT"!=false ];then
67
67
echo"Compact mode cannot be used together with Interconnect"
68
68
exit 1
@@ -129,7 +129,7 @@ usage() {
129
129
echo"-wk | --num-workers Number of worker nodes. DEFAULT: 2 workers"
130
130
echo"-cn | --cluster-name Configure the kind cluster's name"
131
131
echo"-dns | --enable-dnsnameresolver Enable DNSNameResolver for resolving the DNS names used in the DNS rules of EgressFirewall."
132
-
echo"-ic | --enable-interconnectEnable interconnect with each node as a zone (only valid if OVN_HA is false)"
132
+
echo"-ce | --enable-central Deploy with OVN Central (Legacy Architecture)"
133
133
echo"-npz | --nodes-per-zone Specify number of nodes per zone (Default 0, which means global zone; >0 means interconnect zone, where 1 for single-node zone, >1 for multi-node zone). If this value > 1, then (total k8s nodes (workers + 1) / num of nodes per zone) should be zero."
echo"--disable-ovnkube-identity Disable per-node cert and ovnkube-identity webhook"
150
119
echo"-npz | --nodes-per-zone If interconnect is enabled, number of nodes per zone (Default 1). If this value > 1, then (total k8s nodes (workers + 1) / num of nodes per zone) should be zero."
0 commit comments