From 29b7887d38447bb83af8da708ad7b331c98c3284 Mon Sep 17 00:00:00 2001 From: Gunju Kim Date: Tue, 25 Jul 2023 21:21:13 +0900 Subject: [PATCH] Mark ExpandedDNSConfig feature to stable --- content/en/docs/concepts/services-networking/dns-pod-service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/services-networking/dns-pod-service.md b/content/en/docs/concepts/services-networking/dns-pod-service.md index 731e593628..a63ef77629 100644 --- a/content/en/docs/concepts/services-networking/dns-pod-service.md +++ b/content/en/docs/concepts/services-networking/dns-pod-service.md @@ -325,7 +325,7 @@ options ndots:5 ## DNS search domain list limits -{{< feature-state for_k8s_version="1.26" state="beta" >}} +{{< feature-state for_k8s_version="1.28" state="stable" >}} Kubernetes itself does not limit the DNS Config until the length of the search domain list exceeds 32 or the total length of all search domains exceeds 2048.