Merge pull request #28131 from chenxuc/dns-pod-service
Update feature availability for dns-pod-service
This commit is contained in:
@@ -7,6 +7,7 @@ content_type: concept
|
|||||||
weight: 20
|
weight: 20
|
||||||
---
|
---
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
||||||
Kubernetes creates DNS records for services and pods. You can contact
|
Kubernetes creates DNS records for services and pods. You can contact
|
||||||
services with consistent DNS names instead of IP addresses.
|
services with consistent DNS names instead of IP addresses.
|
||||||
|
|
||||||
@@ -261,6 +262,8 @@ spec:
|
|||||||
|
|
||||||
### Pod's DNS Config {#pod-dns-config}
|
### Pod's DNS Config {#pod-dns-config}
|
||||||
|
|
||||||
|
{{< feature-state for_k8s_version="v1.14" state="stable" >}}
|
||||||
|
|
||||||
Pod's DNS Config allows users more control on the DNS settings for a Pod.
|
Pod's DNS Config allows users more control on the DNS settings for a Pod.
|
||||||
|
|
||||||
The `dnsConfig` field is optional and it can work with any `dnsPolicy` settings.
|
The `dnsConfig` field is optional and it can work with any `dnsPolicy` settings.
|
||||||
@@ -310,18 +313,6 @@ search default.svc.cluster-domain.example svc.cluster-domain.example cluster-dom
|
|||||||
options ndots:5
|
options ndots:5
|
||||||
```
|
```
|
||||||
|
|
||||||
### 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 |
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## {{% heading "whatsnext" %}}
|
## {{% heading "whatsnext" %}}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user