Skip to content

Commit a0e638a

Browse files
tengqmMisty Linville
authored and
Misty Linville
committed
Mention 'KubeletPluginsWatcher' feature (#9177)
* Mention 'KubeletPluginsWatcher' feature This feature is more developers oriented than users oriented, so simply mention it in the feature gate should be fine. In future, when the design doc is migrated from Google doc to the kubernetes/community repo, we can add links to it for users who want to dig deeper. Closes: #9108 Xref: kubernetes/kubernetes#63328, kubernetes/kubernetes#64605 * Copyedit
1 parent aa0f7a7 commit a0e638a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ different Kubernetes components.
6666
| `HyperVContainer` | `false` | Alpha | 1.10 | |
6767
| `Initializers` | `false` | Alpha | 1.7 | |
6868
| `KubeletConfigFile` | `false` | Alpha | 1.8 | 1.9 |
69+
| `KubeletPluginsWatcher` | `false` | Alpha | 1.11 | |
6970
| `LocalStorageCapacityIsolation` | `false` | Alpha | 1.7 | 1.9 |
7071
| `LocalStorageCapacityIsolation` | `true` | Beta| 1.10 | |
7172
| `MountContainers` | `false` | Alpha | 1.9 | |
@@ -189,6 +190,8 @@ Each feature gate is designed for enabling/disabling a specific feature:
189190
When the `Initializers` admission controller is enabled, this feature is automatically enabled.
190191
- `KubeletConfigFile`: Enable loading kubelet configuration from a file specified using a config file.
191192
See [setting kubelet parameters via a config file](/docs/tasks/administer-cluster/kubelet-config-file/) for more details.
193+
- `KubletPluginsWatcher`: Enable probe-based plugin watcher utility to enable kubelet
194+
to discover plugins such as [CSI volume drivers](/docs/concepts/storage/volumes/#csi).
192195
- `LocalStorageCapacityIsolation`: Enable the consumption of [local ephemeral storage](/docs/concepts/configuration/manage-compute-resources-container/) and also the `sizeLimit` property of an [emptyDir volume](/docs/concepts/storage/volumes/#emptydir).
193196
- `MountContainers`: Enable using utility containers on host as the volume mounter.
194197
- `MountPropagation`: Enable sharing volume mounted by one container to other containers or pods.

0 commit comments

Comments
 (0)