zfs-localpv/changelogs/unreleased
Pawan 14f237db79 fix(yaml): removing volumeLifecycleModes from the operator yaml
This field was added in Kubernetes 1.16 and it informs Kubernetes about
the volume modes that are supported by the driver. The default is
"Persistent" if it is not used.

This operator yaml will not work on k8s 1.14 and 1.15, since the driver supports
those k8s version so no need to mention volumeLifecycleModes in the operator as
the default is "Persistent".

Signed-off-by: Pawan <pawan@mayadata.io>
2020-07-22 23:07:44 +05:30
..
183-pawanpraka1 fix(xfs, uuid): fixed uuid generation issue when mount fails 2020-07-22 23:07:16 +05:30
184-pawanpraka1 fix(zfspv): mounting the volume if it is ready 2020-07-22 21:40:00 +05:30
186-pawanpraka1 fix(yaml): removing volumeLifecycleModes from the operator yaml 2020-07-22 23:07:44 +05:30