Skip to content

Commit 588f6c2

Browse files
authored
Merge pull request #28131 from chenxuc/dns-pod-service
Update feature availability for dns-pod-service
2 parents 2a03dde + 97a453a commit 588f6c2

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

content/en/docs/concepts/services-networking/dns-pod-service.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ content_type: concept
77
weight: 20
88
---
99
<!-- overview -->
10+
1011
Kubernetes creates DNS records for services and pods. You can contact
1112
services with consistent DNS names instead of IP addresses.
1213

@@ -261,6 +262,8 @@ spec:
261262

262263
### Pod's DNS Config {#pod-dns-config}
263264

265+
{{< feature-state for_k8s_version="v1.14" state="stable" >}}
266+
264267
Pod's DNS Config allows users more control on the DNS settings for a Pod.
265268

266269
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
310313
options ndots:5
311314
```
312315

313-
### Feature availability
314-
315-
The availability of Pod DNS Config and DNS Policy "`None`" is shown as below.
316-
317-
| k8s version | Feature support |
318-
| :---------: |:-----------:|
319-
| 1.14 | Stable |
320-
| 1.10 | Beta (on by default)|
321-
| 1.9 | Alpha |
322-
323-
324-
325316
## {{% heading "whatsnext" %}}
326317

327318

0 commit comments

Comments
 (0)