From 65de87068a5ca890383f90db74d5a24d9f523e7f Mon Sep 17 00:00:00 2001 From: Hyouka <39197760+rivolity@users.noreply.github.com> Date: Tue, 24 Dec 2024 12:02:10 +0100 Subject: [PATCH] cluster-dns add IPv6 to the documentation Although RKE2 cluster DNS supports both IPv4 and IPv6, the documentation does not currently mention the option to use an IPv6 address for the cluster DNS. https://github.com/rancher/rke2/blob/9255fd8fa411695fc93573a6e6dfa9470e13e938/scripts/validate-charts#L54 --- docs/reference/server_config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/server_config.md b/docs/reference/server_config.md index 8ab311dd..be2954be 100644 --- a/docs/reference/server_config.md +++ b/docs/reference/server_config.md @@ -37,7 +37,7 @@ The following options must be set to the same value on all servers in the cluste | cluster-cidr | IPv4/IPv6 network CIDRs to use for pod IPs | 10.42.0.0/16 | | | service-cidr | IPv4/IPv6 network CIDRs to use for service IPs | 10.43.0.0/16 | | | service-node-port-range | Port range to reserve for services with NodePort visibility | "30000-32767" | | -| cluster-dns | IPv4 Cluster IP for coredns service. Should be in your service-cidr range | 10.43.0.10 | | +| cluster-dns | IPv4/IPv6 Cluster IP for coredns service. Should be in your service-cidr range | 10.43.0.10 | | | cluster-domain | Cluster Domain | "cluster.local" | | | egress-selector-mode | One of 'agent', 'cluster', 'pod', 'disabled' | "agent" | | | servicelb-namespace | Namespace of the pods for the servicelb component | "kube-system" | |