Skip to content

Commit 6eeeb8d

Browse files
committed
Promote ExpandedDNSConfig feature to the beta stage
1 parent a71ee52 commit 6eeeb8d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ options ndots:5
315315

316316
#### Expanded DNS Configuration
317317

318-
{{< feature-state for_k8s_version="1.22" state="alpha" >}}
318+
{{< feature-state for_k8s_version="1.26" state="beta" >}}
319319

320320
By default, for Pod's DNS Config, Kubernetes allows at most 6 search domains and
321321
a list of search domains of up to 256 characters.
@@ -324,6 +324,11 @@ If the feature gate `ExpandedDNSConfig` is enabled for the kube-apiserver and
324324
the kubelet, it is allowed for Kubernetes to have at most 32 search domains and
325325
a list of search domains of up to 2048 characters.
326326

327+
{{< note >}}
328+
[Expanded DNS Configuration](https://github.com/kubernetes/enhancements/tree/master/keps/sig-network/2595-expanded-dns-config#notesconstraintscaveats-optional)
329+
requires container runtime support.
330+
{{< /note >}}
331+
327332
## DNS resolution on Windows nodes {#dns-windows}
328333

329334
- ClusterFirstWithHostNet is not supported for Pods that run on Windows nodes.

content/en/docs/reference/command-line-tools-reference/feature-gates.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ different Kubernetes components.
9999
| `DownwardAPIHugePages` | `true` | Beta | 1.22 | |
100100
| `EndpointSliceTerminatingCondition` | `false` | Alpha | 1.20 | 1.21 |
101101
| `EndpointSliceTerminatingCondition` | `true` | Beta | 1.22 | |
102-
| `ExpandedDNSConfig` | `false` | Alpha | 1.22 | |
102+
| `ExpandedDNSConfig` | `false` | Alpha | 1.22 | 1.25 |
103+
| `ExpandedDNSConfig` | `true` | Beta | 1.26 | |
103104
| `ExperimentalHostUserNamespaceDefaulting` | `false` | Beta | 1.5 | |
104105
| `GracefulNodeShutdown` | `false` | Alpha | 1.20 | 1.20 |
105106
| `GracefulNodeShutdown` | `true` | Beta | 1.21 | |
@@ -896,7 +897,7 @@ Each feature gate is designed for enabling/disabling a specific feature:
896897
- `ExpandCSIVolumes`: Enable the expanding of CSI volumes.
897898
- `ExpandedDNSConfig`: Enable kubelet and kube-apiserver to allow more DNS
898899
search paths and longer list of DNS search paths. This feature requires container
899-
runtime support(Containerd: v1.5.6 or higher, CRI-O: v1.22 or higher). See
900+
runtime support (for containerd: v1.5.6 or higher; CRI-O: v1.22 or higher). See
900901
[Expanded DNS Configuration](/docs/concepts/services-networking/dns-pod-service/#expanded-dns-configuration).
901902
- `ExpandInUsePersistentVolumes`: Enable expanding in-use PVCs. See
902903
[Resizing an in-use PersistentVolumeClaim](/docs/concepts/storage/persistent-volumes/#resizing-an-in-use-persistentvolumeclaim).

0 commit comments

Comments
 (0)