-
Notifications
You must be signed in to change notification settings - Fork 554
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
Support ReadWriteOncePod (kube v1.22+) #540
Comments
Thank you for opening this issue, I'm excited to see drivers add support for this feature! There will be a Kubernetes feature blog posted in the next month that outlines how to implement support for this in your driver in more depth. I would recommend waiting to implement support for this until it is posted. In short, this feature will work out of the box without any changes to the EFS CSI driver so long as the following is true:
With that being said, the following will need to be done to implement support for new CSI access modes in the driver (not required, but recommended):
Please feel free to tag me on any Github issues or PRs related to this and I will be happy to assist and review. Thank you! |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
/remove-lifecycle rotten |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale I'm planning on graduating the feature to beta in 1.27. I'll want to update here before then. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale This feature is being moved to beta (in k8s) in 1.27. To support this feature, technically nothing needs to change other than updating your CSI drivers. If you want to strictly enforce this access mode in the CSI driver, then see this PR as an example. You can also test this driver using the CSI sanity utility. Once this PR is merged you will be able to test this using the tool. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
ReadWriteOncePod is now graduated to beta as of K8s v.127. This feature does not require any extra changes to the AWS EFS CSI driver to work. The only thing users need to do is update their CSI sidecars to these versions or greater. (Not required) You may update the AWS EFS CSI driver to advertise the new |
Thanks @chrishenzie for the info! /kind feature |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Is your feature request related to a problem?/Why is this needed
The new ReadWriteOncePod access mode will be added to PVC, not sure what needs to change if much at all.
KEP-2485: ReadWriteOncePod PersistentVolume AccessMode
kubernetes/enhancements#2485
/feature
Describe the solution you'd like in detail
The driver to support ReadWriteOncePod.
Describe alternatives you've considered
Not using ReadWriteOncePod.
Additional context
The text was updated successfully, but these errors were encountered: