You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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
@@ -189,6 +190,8 @@ Each feature gate is designed for enabling/disabling a specific feature:
189
190
When the `Initializers` admission controller is enabled, this feature is automatically enabled.
190
191
-`KubeletConfigFile`: Enable loading kubelet configuration from a file specified using a config file.
191
192
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).
192
195
-`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).
193
196
-`MountContainers`: Enable using utility containers on host as the volume mounter.
194
197
-`MountPropagation`: Enable sharing volume mounted by one container to other containers or pods.
0 commit comments