Open nightkr opened 3 months ago
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: # ...
This means that the following form would no longer be supported:
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):