mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 14:30:12 +01:00
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>
This commit is contained in:
parent
ea552beb1f
commit
14f237db79
7 changed files with 1 additions and 12 deletions
1
changelogs/unreleased/186-pawanpraka1
Normal file
1
changelogs/unreleased/186-pawanpraka1
Normal file
|
|
@ -0,0 +1 @@
|
|||
removing volumeLifecycleModes from the operator yaml
|
||||
Loading…
Add table
Add a link
Reference in a new issue