We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015bdd3 commit 738b3c3Copy full SHA for 738b3c3
kubernetes/apps/networking/cilium/app/values.yaml
@@ -58,7 +58,7 @@ mtu: 1450
58
59
# Native routing CIDRs - ULA for intra-cluster native routing
60
ipv4NativeRoutingCIDR: 10.101.0.0/16 # Entire Cluster IPv4 (Pods + Nodes)
61
-ipv6NativeRoutingCIDR: fd00:101::/48 # Entire Cluster IPv6 ULA (Pods + Nodes)
+ipv6NativeRoutingCIDR: fd00:101:224::/60 # Entire Cluster IPv6 ULA (Pods + Nodes)
62
63
# BPF configuration optimized for Talos + Istio Ambient
64
# forwardKubeDNSToHost is ENABLED in Talos machine config (Legacy Mode)
0 commit comments