Skip to content

Commit 62d76a2

Browse files
committed
Add requirement for the ExpandedDNSConfig feature
1 parent cfd025c commit 62d76a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,8 @@ Each feature gate is designed for enabling/disabling a specific feature:
737737
[readiness probes](/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes).
738738
- `ExpandCSIVolumes`: Enable the expanding of CSI volumes.
739739
- `ExpandedDNSConfig`: Enable kubelet and kube-apiserver to allow more DNS
740-
search paths and longer list of DNS search paths. See
740+
search paths and longer list of DNS search paths. This feature requires container
741+
runtime support(Containerd: v1.5.6 or higher, CRI-O: v1.22 or higher). See
741742
[Expanded DNS Configuration](/docs/concepts/services-networking/dns-pod-service/#expanded-dns-configuration).
742743
- `ExpandInUsePersistentVolumes`: Enable expanding in-use PVCs. See
743744
[Resizing an in-use PersistentVolumeClaim](/docs/concepts/storage/persistent-volumes/#resizing-an-in-use-persistentvolumeclaim).

0 commit comments

Comments
 (0)