File tree Expand file tree Collapse file tree 1 file changed +3
-12
lines changed
content/en/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +3
-12
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ content_type: concept
7
7
weight : 20
8
8
---
9
9
<!-- overview -->
10
+
10
11
Kubernetes creates DNS records for services and pods. You can contact
11
12
services with consistent DNS names instead of IP addresses.
12
13
@@ -261,6 +262,8 @@ spec:
261
262
262
263
# ## Pod's DNS Config {#pod-dns-config}
263
264
265
+ {{< feature-state for_k8s_version="v1.14" state="stable" >}}
266
+
264
267
Pod's DNS Config allows users more control on the DNS settings for a Pod.
265
268
266
269
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
310
313
options ndots:5
311
314
` ` `
312
315
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
-
325
316
# # {{% heading "whatsnext" %}}
326
317
327
318
You can’t perform that action at this time.
0 commit comments