@@ -376,9 +376,9 @@ proposal will be implemented, this is the place to discuss them.
376
376
377
377
In Kubernetes, we should add a new ReadWriteOncePod persistent volume access
378
378
mode to PersistentVolumes and PersistentVolumeClaims. This change will require
379
- adding a feature gate to the kube-apiserver, kube-controller-manager,
380
- kube-scheduler, and kubelet. Validation logic will need updating to accept this
381
- access mode type if the feature gate is enabled.
379
+ adding a feature gate to the kube-apiserver, kube-scheduler, and kubelet.
380
+ Validation logic will need updating to accept this access mode type if the
381
+ feature gate is enabled.
382
382
383
383
``` golang
384
384
// can be mounted read/write mode to exactly 1 pod
@@ -627,10 +627,9 @@ enhancement:
627
627
-->
628
628
629
629
In order to upgrade a cluster to use this feature, the user will need to restart
630
- the kube-apiserver, kube-controller-manager, kube-scheduler, and kubelet with
631
- the ReadWriteOncePod feature gate enabled. Additionally they will need to
632
- update their CSI drivers and sidecars to versions that depend on the new
633
- Kubernetes API and CSI spec.
630
+ the kube-apiserver, kube-scheduler, and kubelet with the ReadWriteOncePod
631
+ feature gate enabled. Additionally they will need to update their CSI drivers
632
+ and sidecars to versions that depend on the new Kubernetes API and CSI spec.
634
633
635
634
When downgrading a cluster to disable this feature, the user will need to
636
635
restart the kube-apiserver with the ReadWriteOncePod feature gate disabled. When
@@ -755,7 +754,6 @@ Pick one of these and delete the rest.
755
754
- Feature gate name: ReadWriteOncePod
756
755
- Components depending on the feature gate:
757
756
- kube-apiserver
758
- - kube-controller-manager
759
757
- kube-scheduler
760
758
- kubelet
761
759
0 commit comments