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

Drop ephemeral CSI volume (CSIVolumeSource) support #481

Open
nightkr opened this issue Jul 23, 2024 · 0 comments
Open

Drop ephemeral CSI volume (CSIVolumeSource) support #481

nightkr opened this issue Jul 23, 2024 · 0 comments

Comments

@nightkr
Copy link
Member

nightkr commented Jul 23, 2024

This means that the following form would no longer be supported:

volumes:
  - csi: # ...

This has been deprecated since 0.4.0 because it doesn't support pod stickiness (#125).

Ephemeral PersistentVolumes that use CSI would still be supported (and the recommended syntax):

volumes:
  - ephemeral:
      volumeClaimTemplate: # ...
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

No branches or pull requests

1 participant