Merge pull request #42200 from gjkim42/mark-expanded-dns-config-to-stable

Mark ExpandedDNSConfig feature to stable
This commit is contained in:
Kubernetes Prow Robot 2023-07-25 23:52:17 -07:00 committed by GitHub
commit 5984c6426b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ options ndots:5
## DNS search domain list limits ## 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 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. domain list exceeds 32 or the total length of all search domains exceeds 2048.