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
argEnableEcmp=pflag.Bool("enable-ecmp", false, "Enable ecmp route for centralized subnet")
138
139
argKeepVmIP=pflag.Bool("keep-vm-ip", false, "Whether to keep ip for kubevirt pod when pod is rebuild")
140
+
argEnableMetrics=pflag.Bool("enable-metrics", true, "Whether to support metrics query")
139
141
140
142
argExternalGatewayConfigNS=pflag.String("external-gateway-config-ns", "kube-system", "The namespace of configmap external-gateway-config, default: kube-system")
141
143
argExternalGatewayNet=pflag.String("external-gateway-net", "external", "The namespace of configmap external-gateway-config, default: external")
argsDefaultProviderName=pflag.String("default-provider-name", "provider", "The vlan or vxlan type default provider interface name")
85
86
argsDefaultInterfaceName=pflag.String("default-interface-name", "", "The default host interface name in the vlan/vxlan type")
86
87
argExternalGatewayConfigNS=pflag.String("external-gateway-config-ns", "kube-system", "The namespace of configmap external-gateway-config, default: kube-system")
88
+
argEnableMetrics=pflag.Bool("enable-metrics", true, "Whether to support metrics query")
0 commit comments