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
# CLUSTER_CIDR: the cluster CIDR from which pod CIDRs are allocated.
1005
972
# POD_CIDR: the pod CIDR assigned to this node.
1006
973
# CIDR_RANGE_START: start of the pod CIDR range.
1007
-
# MGMT_SUBNET: the subnet on which the Windows pods + kubelet will
1008
-
# communicate with the rest of the cluster without NAT (i.e. the subnet
1009
-
# that VM internal IPs are allocated from).
1010
974
# MGMT_IP: the IP address assigned to the node's primary network interface
1011
975
# (i.e. the internal IP of the GCE VM).
1012
976
# SERVICE_CIDR: the CIDR used for kubernetes services.
1013
977
# DNS_SERVER_IP: the cluster's DNS server IP address.
1014
978
# DNS_DOMAIN: the cluster's DNS domain, e.g. "cluster.local".
979
+
#
980
+
# OutBoundNAT ExceptionList: No SNAT for CIDRs in the list, the same as default GKE non-masquerade destination ranges listed at https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#default-non-masq-dests
# CLUSTER_CIDR: the cluster CIDR from which pod CIDRs are allocated.
1359
1328
# POD_CIDR: the pod CIDR assigned to this node.
1360
1329
# POD_GATEWAY: the gateway IP.
1361
-
# MGMT_SUBNET: the subnet on which the Windows pods + kubelet will
1362
-
# communicate with the rest of the cluster without NAT (i.e. the subnet
1363
-
# that VM internal IPs are allocated from).
1364
1330
# MGMT_IP: the IP address assigned to the node's primary network interface
1365
1331
# (i.e. the internal IP of the GCE VM).
1366
1332
# SERVICE_CIDR: the CIDR used for kubernetes services.
1367
1333
# DNS_SERVER_IP: the cluster's DNS server IP address.
1368
1334
# DNS_DOMAIN: the cluster's DNS domain, e.g. "cluster.local".
1335
+
#
1336
+
# OutBoundNAT ExceptionList: No SNAT for CIDRs in the list, the same as default GKE non-masquerade destination ranges listed at https://cloud.google.com/kubernetes-engine/docs/how-to/ip-masquerade-agent#default-non-masq-dests
0 commit comments