summaryrefslogtreecommitdiffhomepage
path: root/cmd/k8s-operator/deploy
diff options
context:
space:
mode:
authorRaj Singh <raj@tailscale.com>2025-09-25 11:20:23 -0400
committerRaj Singh <raj@tailscale.com>2025-09-25 11:20:23 -0400
commit9515b46feaa45b0d82f33b7cd15194b3db3272a8 (patch)
tree8c5978a0dd523458c8393f73cbf23a86b00a09da /cmd/k8s-operator/deploy
parenta9f3fd1c67ca427aceee708f319a0a12df6a5de8 (diff)
downloadtailscale-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.yaml1
-rw-r--r--cmd/k8s-operator/deploy/manifests/operator.yaml1
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: |-