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
argDefaultLogicalGateway=pflag.Bool("default-logical-gateway", false, "Create a logical gateway for the default subnet instead of using underlay gateway. Take effect only when the default subnet is in underlay mode. (default false)")
103
104
argDefaultExcludeIps=pflag.String("default-exclude-ips", "", "Exclude ips in default switch (default gateway address)")
104
105
106
+
argDefaultU2OInterconnection=pflag.Bool("default-u2o-interconnection", false, "usage for underlay to overlay interconnection")
107
+
105
108
argClusterRouter=pflag.String("cluster-router", util.DefaultVpc, "The router name for cluster router")
106
109
argNodeSwitch=pflag.String("node-switch", "join", "The name of node gateway switch which help node to access pod network")
107
110
argNodeSwitchCIDR=pflag.String("node-switch-cidr", "100.64.0.0/16", "The cidr for node switch")
0 commit comments