Skip to content

Commit

Permalink
Add ExpandedDNSConfig feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
gjkim42 authored and tengqm committed Jun 28, 2021
1 parent c33099a commit 98ac1b4
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions content/en/docs/concepts/services-networking/dns-pod-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,19 +324,11 @@ If the feature gate `ExpandedDNSConfig` is enabled for the kube-apiserver and
the kubelet, it is allowed for Kubernetes to have at most 32 search domains and
a list of search domains of up to 2048 characters.

### Feature availability

The availability of Pod DNS Config and DNS Policy "`None`" is shown as below.

| k8s version | Feature support |
| :---------: |:-----------:|
| 1.14 | Stable |
| 1.10 | Beta (on by default)|
| 1.9 | Alpha |

If the feature gate `ExpandedDNSConfig` is enabled for the kube-apiserver and
the kubelet, it is allowed for Kubernetes to have at most 32 search domains and
a list of search domains of up to 2048 characters.

## {{% heading "whatsnext" %}}


For guidance on administering DNS configurations, check
[Configure DNS Service](/docs/tasks/administer-cluster/dns-custom-nameservers/)

0 comments on commit 98ac1b4

Please sign in to comment.