Skip to content

Drop ephemeral CSI volume (CSIVolumeSource) support #481

Description

@nightkr

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: # ...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions