diff options
| author | Raj Singh <raj@tailscale.com> | 2025-09-25 11:20:23 -0400 |
|---|---|---|
| committer | Raj Singh <raj@tailscale.com> | 2025-09-25 11:20:23 -0400 |
| commit | 9515b46feaa45b0d82f33b7cd15194b3db3272a8 (patch) | |
| tree | 8c5978a0dd523458c8393f73cbf23a86b00a09da /cmd/k8s-operator/deploy | |
| parent | a9f3fd1c67ca427aceee708f319a0a12df6a5de8 (diff) | |
| download | tailscale-ipv6-nameserver.tar.xz tailscale-ipv6-nameserver.zip | |
k8s-operator: add IPv6 support for DNS recordsipv6-nameserver
This change adds full IPv6 support to the Kubernetes operator's DNS functionality,
enabling dual-stack and IPv6-only cluster support.
Fixes #16633
Signed-off-by: Raj Singh <raj@tailscale.com>
Diffstat (limited to 'cmd/k8s-operator/deploy')
| -rw-r--r-- | cmd/k8s-operator/deploy/crds/tailscale.com_dnsconfigs.yaml | 1 | ||||
| -rw-r--r-- | cmd/k8s-operator/deploy/manifests/operator.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/cmd/k8s-operator/deploy/crds/tailscale.com_dnsconfigs.yaml b/cmd/k8s-operator/deploy/crds/tailscale.com_dnsconfigs.yaml index bffad47f9..b047e11a7 100644 --- a/cmd/k8s-operator/deploy/crds/tailscale.com_dnsconfigs.yaml +++ b/cmd/k8s-operator/deploy/crds/tailscale.com_dnsconfigs.yaml @@ -52,7 +52,6 @@ spec: using its MagicDNS name, you must also annotate the Ingress resource with tailscale.com/experimental-forward-cluster-traffic-via-ingress annotation to ensure that the proxy created for the Ingress listens on its Pod IP address. - NB: Clusters where Pods get assigned IPv6 addresses only are currently not supported. type: object required: - spec diff --git a/cmd/k8s-operator/deploy/manifests/operator.yaml b/cmd/k8s-operator/deploy/manifests/operator.yaml index 175f2a7fb..3b47ef74b 100644 --- a/cmd/k8s-operator/deploy/manifests/operator.yaml +++ b/cmd/k8s-operator/deploy/manifests/operator.yaml @@ -347,7 +347,6 @@ spec: using its MagicDNS name, you must also annotate the Ingress resource with tailscale.com/experimental-forward-cluster-traffic-via-ingress annotation to ensure that the proxy created for the Ingress listens on its Pod IP address. - NB: Clusters where Pods get assigned IPv6 addresses only are currently not supported. properties: apiVersion: description: |- |
