-
-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
release-note/action-requiredDenotes a PR that introduces potentially breaking changes that require user action.Denotes a PR that introduces potentially breaking changes that require user action.release/26.3.0
Description
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: # ...Metadata
Metadata
Assignees
Labels
release-note/action-requiredDenotes a PR that introduces potentially breaking changes that require user action.Denotes a PR that introduces potentially breaking changes that require user action.release/26.3.0
Type
Projects
Status
Done
Status
Done
Status
Removed