-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update security considerations for CSI inline ephemeral volumes #508
Update security considerations for CSI inline ephemeral volumes #508
Conversation
5c60121
to
c1da70a
Compare
/retitle Update security considerations for CSI inline ephemeral volumes |
/lgtm |
c1da70a
to
515d169
Compare
Latest push just mirrors the grammatical corrections from kubernetes/website#32667 |
/lgtm |
/assign @xing-yang @jingxu97 |
/lgtm |
book/src/ephemeral-local-volumes.md
Outdated
|
||
Cluster administrators who need to restrict the CSI drivers that are | ||
allowed to be used as inline volumes within a Pod spec may do so by: | ||
- removing `Ephemeral` from `volumeLifecycleModes` in the CSIDriver spec |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you change this to be the same as what you have in the K8s website doc PR?
Removing `Ephemeral` from `volumeLifecycleModes` in the CSIDriver spec, which prevents the driver from being used as an inline ephemeral volume.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, thanks!
515d169
to
c177112
Compare
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dobsonj, xing-yang The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This PR:
KEP: https://github.com/kubernetes/enhancements/tree/master/keps/sig-storage/596-csi-inline-volumes
Enhancement: kubernetes/enhancements#596