Fix CoreDNS IPv4 connectivity.
This commit is contained in:
parent
d8fa1a06c7
commit
4024847954
@ -239,14 +239,14 @@ makeScope newScope (
|
|||||||
"enabled" = true;
|
"enabled" = true;
|
||||||
};
|
};
|
||||||
"enableIPv6Masquerade" = false;
|
"enableIPv6Masquerade" = false;
|
||||||
"enableIPv4BIGTCP" = false; # "true" causes high lag for me (I assume PMTUD?)
|
"enableIPv4BIGTCP" = true;
|
||||||
"enableIPv6BIGTCP" = false; # "true" causes high lag for me (I assume PMTUD?)
|
"enableIPv6BIGTCP" = true;
|
||||||
"routingMode" = "native";
|
"routingMode" = "native";
|
||||||
"ipv4NativeRoutingCIDR" = "10.0.0.0/8";
|
"autoDirectNodeRoutes" = true;
|
||||||
|
"ipv4NativeRoutingCIDR" = "10.200.0.0/16";
|
||||||
"ipv6NativeRoutingCIDR" = "2620:11f:7001:7:ffff::/80";
|
"ipv6NativeRoutingCIDR" = "2620:11f:7001:7:ffff::/80";
|
||||||
|
|
||||||
# --set hostFirewall.enabled=true
|
# --set hostFirewall.enabled=true
|
||||||
# --set routingMode=native
|
|
||||||
|
|
||||||
# --set 'ipam.operator.clusterPoolIPv4PodCIDRList=["10.0.0.0/8"]' \
|
# --set 'ipam.operator.clusterPoolIPv4PodCIDRList=["10.0.0.0/8"]' \
|
||||||
# --set 'ipam.operator.clusterPoolIPv6PodCIDRList=["fd00::/100"]' \
|
# --set 'ipam.operator.clusterPoolIPv6PodCIDRList=["fd00::/100"]' \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user