More changes to try to fix coredns.

This commit is contained in:
Tom Alexander
2025-12-29 22:44:04 -05:00
parent 8ab03789fa
commit 23cba83b96
5 changed files with 22 additions and 234 deletions

View File

@@ -227,17 +227,24 @@ makeScope newScope (
helm_manifest_name = "cilium.yaml";
helm_values = {
"kubeProxyReplacement" = true;
"ipam.mode" = "kubernetes";
"ipam" = {
"mode" = "kubernetes";
};
"k8sServiceHost" = "2620:11f:7001:7:ffff:ffff:ad7:1dd";
"k8sServicePort" = 6443;
"ipv6.enabled" = true;
"ipv4.enabled" = true;
"ipv6" = {
"enabled" = true;
};
"ipv4" = {
"enabled" = true;
};
"enableIPv6Masquerade" = false;
"enableIPv4BIGTCP" = false;
"enableIPv6BIGTCP" = false;
"enableIPv4BIGTCP" = false; # "true" causes high lag for me (I assume PMTUD?)
"enableIPv6BIGTCP" = false; # "true" causes high lag for me (I assume PMTUD?)
"routingMode" = "native";
"ipv4NativeRoutingCIDR" = "10.0.0.0/8";
"ipv6NativeRoutingCIDR" = "2620:11f:7001:7:ffff::/96";
"ipv6NativeRoutingCIDR" = "2620:11f:7001:7:ffff::/80";
# --set hostFirewall.enabled=true
# --set routingMode=native
@@ -269,6 +276,7 @@ makeScope newScope (
helm_manifest_name = "coredns.yaml";
helm_values = {
"service" = {
"ipFamilyPolicy" = "PreferDualStack";
"clusterIP" = "fd00:3e42:e349::10";
"clusterIPs" = [
"fd00:3e42:e349::10"