Releases: openebs/dynamic-localpv-provisioner
Releases · openebs/dynamic-localpv-provisioner
v2.5.0-RC1
Release created via ./buildscripts/git-release
localpv-provisioner-2.4.0
A Helm chart for openebs dynamic localpv provisioner
v2.4.1
v2.4.0
feat(hostpath): allow custom node affinity label (#15) Ref: https://github.com/openebs/openebs/issues/2875 provide a feature for administrators to configure a custom node affinity label in place of hostnames. This will help in scenarios, where hostnames can change when node are removed and added back to the cluster with the underlying disks intact. cluster admin can setup custom labels to the nodes and provide this information to Local PV hostpath provisioner to use via StorageClass config key called `NodeAffinityLabel` ``` + //Example: Local PV device StorageClass for using a custom + //node label as: openebs.io/node-affinity-value + //will be as follows + // + // kind: StorageClass + // metadata: + // name: openebs-hostpath + // annotations: + // openebs.io/cas-type: local + // cas.openebs.io/config: | + // - name: StorageType + // value: "device" + // - name: NodeAffinityLabel + // value: "openebs.io/node-affinity-value" + // provisioner: openebs.io/local + // volumeBindingMode: WaitForFirstConsumer + // reclaimPolicy: Delete + // ``` Signed-off-by: kmova <[email protected]>
v2.4.0-RC2
feat(hostpath): allow custom node affinity label (#15) Ref: https://github.com/openebs/openebs/issues/2875 provide a feature for administrators to configure a custom node affinity label in place of hostnames. This will help in scenarios, where hostnames can change when node are removed and added back to the cluster with the underlying disks intact. cluster admin can setup custom labels to the nodes and provide this information to Local PV hostpath provisioner to use via StorageClass config key called `NodeAffinityLabel` ``` + //Example: Local PV device StorageClass for using a custom + //node label as: openebs.io/node-affinity-value + //will be as follows + // + // kind: StorageClass + // metadata: + // name: openebs-hostpath + // annotations: + // openebs.io/cas-type: local + // cas.openebs.io/config: | + // - name: StorageType + // value: "device" + // - name: NodeAffinityLabel + // value: "openebs.io/node-affinity-value" + // provisioner: openebs.io/local + // volumeBindingMode: WaitForFirstConsumer + // reclaimPolicy: Delete + // ``` Signed-off-by: kmova <[email protected]>
v2.4.0-RC1
feat(hostpath): allow custom node affinity label (#15) Ref: https://github.com/openebs/openebs/issues/2875 provide a feature for administrators to configure a custom node affinity label in place of hostnames. This will help in scenarios, where hostnames can change when node are removed and added back to the cluster with the underlying disks intact. cluster admin can setup custom labels to the nodes and provide this information to Local PV hostpath provisioner to use via StorageClass config key called `NodeAffinityLabel` ``` + //Example: Local PV device StorageClass for using a custom + //node label as: openebs.io/node-affinity-value + //will be as follows + // + // kind: StorageClass + // metadata: + // name: openebs-hostpath + // annotations: + // openebs.io/cas-type: local + // cas.openebs.io/config: | + // - name: StorageType + // value: "device" + // - name: NodeAffinityLabel + // value: "openebs.io/node-affinity-value" + // provisioner: openebs.io/local + // volumeBindingMode: WaitForFirstConsumer + // reclaimPolicy: Delete + // ``` Signed-off-by: kmova <[email protected]>
v2.3.0
fix(build): add alpine packages to Dockerfile add alpine packages to Dockerfile Signed-off-by: Akhil Mohan <[email protected]>
v2.3.0-RC2
fix(build): add alpine packages to Dockerfile add alpine packages to Dockerfile Signed-off-by: Akhil Mohan <[email protected]>
v2.3.0-RC1
fix(build): add alpine packages to Dockerfile add alpine packages to Dockerfile Signed-off-by: Akhil Mohan <[email protected]>