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
Copy file name to clipboardExpand all lines: deploy/chart/values.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -108,8 +108,8 @@ tolerations:
108
108
# This can also be controlled per-service using the "service.beta.kubernetes.io/linode-loadbalancer-enable-ipv6-ingress" annotation
109
109
# enableIPv6ForLoadBalancers: true
110
110
111
-
# Enable public IPv6 backend addresses for newly created non-VPC NodeBalancer services
112
-
# Existing services are not migrated automatically, and all selected backend nodes must have public IPv6
111
+
# Enable IPv6 backend addresses for NodeBalancer services
112
+
# Existing services can be kept on IPv4 by setting service.beta.kubernetes.io/linode-loadbalancer-enable-ipv6-backends: "false", and all selected backend nodes must have the required IPv6 address
113
113
# This can also be controlled per-service using the "service.beta.kubernetes.io/linode-loadbalancer-enable-ipv6-backends" annotation
Copy file name to clipboardExpand all lines: docs/configuration/loadbalancer.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ When IPv6 backends are enabled:
74
74
- both VPC-backed and non-VPC-backed NodeBalancer services are affected
75
75
- when VPC-backed NodeBalancers are enabled, CCM preserves the NodeBalancer VPC configuration instead of dropping it
76
76
- enabling the global `--enable-ipv6-for-nodebalancer-backends` flag can migrate existing eligible NodeBalancer services from IPv4 to IPv6 backends during reconcile
77
+
- to keep an existing Service on IPv4 while the global flag is enabled, set `service.beta.kubernetes.io/linode-loadbalancer-enable-ipv6-backends: "false"` on that Service
77
78
- every selected backend node must have an IPv6 address in the currently selected backend path
78
79
- the workload cluster and Service must be configured for dual-stack networking
79
80
- reconciliation fails and CCM logs an error if a selected backend node does not have the required IPv6 address
0 commit comments