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
argPprofPort=pflag.Int("pprof-port", 10665, "The port to get profiling data")
80
81
argMacLearningFallback=pflag.Bool("mac-learning-fallback", false, "Fallback to the legacy MAC learning mode")
81
82
82
-
argsNetworkType=pflag.String("network-type", util.NetworkTypeGeneve, "Tunnel encapsulation protocol in overlay networks")
83
-
argCniConfDir=pflag.String("cni-conf-dir", "/etc/cni/net.d", "Path of the CNI config directory.")
84
-
argCniConfFile=pflag.String("cni-conf-file", "/kube-ovn/01-kube-ovn.conflist", "Path of the CNI config file.")
85
-
argsCniConfName=pflag.String("cni-conf-name", "01-kube-ovn.conflist", "Specify the name of kube ovn conflist name in dir /etc/cni/net.d/, default: 01-kube-ovn.conflist")
86
-
argsDefaultProviderName=pflag.String("default-provider-name", "provider", "The vlan or vxlan type default provider interface name")
87
-
argsDefaultInterfaceName=pflag.String("default-interface-name", "", "The default host interface name in the vlan/vxlan type")
88
-
argExternalGatewayConfigNS=pflag.String("external-gateway-config-ns", "kube-system", "The namespace of configmap external-gateway-config, default: kube-system")
89
-
argExternalGatewaySwitch=pflag.String("external-gateway-switch", "external", "The name of the external gateway switch which is a ovs bridge to provide external network, default: external")
90
-
argEnableMetrics=pflag.Bool("enable-metrics", true, "Whether to support metrics query")
83
+
argsNetworkType=pflag.String("network-type", util.NetworkTypeGeneve, "Tunnel encapsulation protocol in overlay networks")
84
+
argCniConfDir=pflag.String("cni-conf-dir", "/etc/cni/net.d", "Path of the CNI config directory.")
85
+
argCniConfFile=pflag.String("cni-conf-file", "/kube-ovn/01-kube-ovn.conflist", "Path of the CNI config file.")
86
+
argsCniConfName=pflag.String("cni-conf-name", "01-kube-ovn.conflist", "Specify the name of kube ovn conflist name in dir /etc/cni/net.d/, default: 01-kube-ovn.conflist")
87
+
argsDefaultProviderName=pflag.String("default-provider-name", "provider", "The vlan or vxlan type default provider interface name")
88
+
argsDefaultInterfaceName=pflag.String("default-interface-name", "", "The default host interface name in the vlan/vxlan type")
89
+
argExternalGatewayConfigNS=pflag.String("external-gateway-config-ns", "kube-system", "The namespace of configmap external-gateway-config, default: kube-system")
90
+
argExternalGatewaySwitch=pflag.String("external-gateway-switch", "external", "The name of the external gateway switch which is a ovs bridge to provide external network, default: external")
91
+
argEnableMetrics=pflag.Bool("enable-metrics", true, "Whether to support metrics query")
92
+
argEnableArpDetectIPConflict=pflag.Bool("enable-arp-detect-ip-conflict", true, "Whether to support arp detect ip conflict in vlan network")
0 commit comments