Skip to content
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

Add PV patch verb to support external-provisioner v5 #119

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

motoki317
Copy link

This pull request aims to support external-provisioner-runner with version >= v5.0.0.

When using external-provisioner-runner of version >= v5.0.0, it requires patch permission for PersistentVolumes to work.
https://github.com/kubernetes-csi/external-provisioner/blob/v5.0.0/CHANGELOG/CHANGELOG-5.0.md

The default provisioner versions specified in deploy folder are both v2.1.0 (which is quite old btw).
Although this is not strictly required for provisioner with version < v5, since the image and version of the provisioner is configurable via values.yaml, I think it is a good idea to support newer versions as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant