terraform-provider-kubernetes
terraform-provider-kubernetes copied to clipboard
ReadWriteOncePod access mode added to PVs
Description
With Kubernetes v1.29 a new ReadWriteOncePod access mode is available for PersistentVolumes that restricts access to a single pod on a single node. With this PR, users can define the ReadWriteOncePod
access mode in their persistent volume and persistent volume claim resources.
Acceptance tests
- [ ] Have you added an acceptance test for the functionality being added?
- [ ] Have you run the acceptance tests on this branch?
Output from acceptance testing:
$ make testacc TESTARGS='-run=TestAccXXX'
...
Release Note
Release note for CHANGELOG:
...
References
This PR closes https://github.com/hashicorp/terraform-provider-kubernetes/issues/1992
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment