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
--nodeport-bindon-all-ip For service of NodePort type create IPVS service that listens on all IP's of the node.
81
81
--nodes-full-mesh Each node in the cluster will setup BGP peering with rest of the nodes. (default true)
82
+
--overlay-encap string Valid encapsulation types are "fou" - If set to "fou", the udp port can be specified via "overlay-encap-port"
83
+
--overlay-encap-port uint16 Overlay tunnel encapsulation port (default 5555)
82
84
--overlay-type string Possible values: subnet,full - When set to "subnet", the default, default "--enable-overlay=true" behavior is used. When set to "full", it changes "--enable-overlay=true" default behavior so that IP-in-IP tunneling is used for pod-to-pod networking across nodes regardless of the subnet the nodes are in. (default "subnet")
83
85
--override-nexthop Override the next-hop in bgp routes sent to peers with the local ip.
84
86
--peer-router-asns uints ASN numbers of the BGP peer to which cluster nodes will advertise cluster ip and node's pod cidr. (default [])
0 commit comments