Include details on the CSIVolumeSupportFSGroup feature gate#21671
Include details on the CSIVolumeSupportFSGroup feature gate#21671k8s-ci-robot merged 1 commit intokubernetes:dev-1.19from
Conversation
|
Deploy preview for kubernetes-io-vnext-staging processing. Building with commit 0d6765d https://app.netlify.com/sites/kubernetes-io-vnext-staging/deploys/5f1079cbf0a08c0007680b5f |
|
/milestone 1.19 |
|
/milestone 1.19 |
| - `CSIMigrationGCEComplete`: Stops registering the GCE-PD in-tree plugin in kubelet and volume controllers and enables shims and translation logic to route volume operations from the GCE-PD in-tree plugin to PD CSI plugin. Requires CSIMigration and CSIMigrationGCE feature flags enabled and PD CSI plugin installed and configured on all nodes in the cluster. | ||
| - `CSIMigrationOpenStack`: Enables shims and translation logic to route volume operations from the Cinder in-tree plugin to Cinder CSI plugin. Supports falling back to in-tree Cinder plugin if a node does not have Cinder CSI plugin installed and configured. Requires CSIMigration feature flag enabled. | ||
| - `CSIMigrationOpenStackComplete`: Stops registering the Cinder in-tree plugin in kubelet and volume controllers and enables shims and translation logic to route volume operations from the Cinder in-tree plugin to Cinder CSI plugin. Requires CSIMigration and CSIMigrationOpenStack feature flags enabled and Cinder CSI plugin installed and configured on all nodes in the cluster. | ||
| - `CSIVolumeSupportFSGroup`: Allows CSIDrivers to use the `supportsFsGroup` field. This field controls where volumes created by a CSIDriver support volume ownership and permission modifications when these volumes are mounted. |
There was a problem hiding this comment.
CSIVolumeSupportFSGroup sorts after CSIPersistentVolume; remember to adjust this to use the correct ordering.
There was a problem hiding this comment.
I've adjusted this to be whether instead of where, and corrected the ordering.
|
/retitle [WIP] Include details on the CSIVolumeSupportFSGroup feature gate When ready @huffmanca please feel free to remove
from the PR description, and retitle again to remove the [WIP] marker as well. |
874fa61 to
194ef0a
Compare
ce24c7d to
fc615eb
Compare
|
/sig storage |
|
/hold |
|
Hi 👋 1.19 docs shadow here, |
|
/lgtm |
|
/hold cancel |
|
@huffmanca Please rebase to get this PR merged |
|
/hold |
fc615eb to
87658d4
Compare
d3b2926 to
da221ae
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: savitharaghunathan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
da221ae to
0d6765d
Compare
|
/lgtm |
|
kubernetes/kubernetes#92001 has been merged! |
This PR contains the documentation aspect for including the
fsGroupPolicyfeature currently planned for the 1.19 release.Work is being included in the kubernetes/kubernetes#92001 .