From dbf5b1f9f7e88acc5b86e7c0507a1a338000a423 Mon Sep 17 00:00:00 2001 From: Sergey Berezansky Date: Sat, 24 Jun 2023 10:20:48 +0300 Subject: [PATCH 1/3] docs(CSI-115): document incorrectly states version of Weka for snapshot quotas --- examples/dynamic_snapshot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dynamic_snapshot/README.md b/examples/dynamic_snapshot/README.md index a1b126dc9..b9e18d1b3 100644 --- a/examples/dynamic_snapshot/README.md +++ b/examples/dynamic_snapshot/README.md @@ -19,7 +19,7 @@ This example introduces automatic provisioning of filesystems. For this function > **NOTE:** Those values are set by default ### Special Consideration for Weka Software Versions Below v4.1 -Weka software of version below 4.1 does not support enforcement of quotas on filesystem snapshots. +Weka software of version below 4.2 does not support enforcement of quotas on filesystem snapshots. Hence, CSI plugin forbids creation of snapshot-backed volumes on clusters having an older version by default. As a result, provisioning a snapshot-backed volume on such cluster will fail with a message similar to this: ```text From ce454ca0b2c7717b4941daa68f749f1e1f2015e4 Mon Sep 17 00:00:00 2001 From: Weka CSI Bot Date: Sat, 24 Jun 2023 07:31:55 +0000 Subject: [PATCH 2/3] chore: autopublish 2023-06-24T07:31:55Z --- README.md | 6 +++--- charts/csi-wekafsplugin/Chart.yaml | 4 ++-- charts/csi-wekafsplugin/README.md | 6 +++--- charts/csi-wekafsplugin/values.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index af664f329..afa285c6c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CSI WekaFS Driver Helm chart for Deployment of WekaIO Container Storage Interface (CSI) plugin for WekaFS - the world fastest filesystem -![Version: 2.1.1-SNAPSHOT.8.ded3fd8](https://img.shields.io/badge/Version-2.1.1--SNAPSHOT.8.ded3fd8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.1-SNAPSHOT.8.ded3fd8](https://img.shields.io/badge/AppVersion-v2.1.1--SNAPSHOT.8.ded3fd8-informational?style=flat-square) +![Version: 2.1.1-SNAPSHOT.10.374fe1c](https://img.shields.io/badge/Version-2.1.1--SNAPSHOT.10.374fe1c-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.1-SNAPSHOT.10.374fe1c](https://img.shields.io/badge/AppVersion-v2.1.1--SNAPSHOT.10.374fe1c-informational?style=flat-square) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/csi-wekafs)](https://artifacthub.io/packages/search?repo=csi-wekafs) @@ -47,7 +47,7 @@ Kubernetes: `>=1.18.0` |-----|------|---------|-------------| | dynamicProvisionPath | string | `"csi-volumes"` | Directory in root of file system where dynamic volumes are provisioned | | csiDriverName | string | `"csi.weka.io"` | Name of the driver (and provisioner) | -| csiDriverVersion | string | `"2.1.1-SNAPSHOT.8.ded3fd8"` | CSI driver version | +| csiDriverVersion | string | `"2.1.1-SNAPSHOT.10.374fe1c"` | CSI driver version | | images.livenessprobesidecar | string | `"registry.k8s.io/sig-storage/livenessprobe:v2.10.0"` | CSI liveness probe sidecar image URL | | images.attachersidecar | string | `"registry.k8s.io/sig-storage/csi-attacher:v4.3.0"` | CSI attacher sidecar image URL | | images.provisionersidecar | string | `"registry.k8s.io/sig-storage/csi-provisioner:v3.5.0"` | CSI provisioner sidecar image URL | @@ -55,7 +55,7 @@ Kubernetes: `>=1.18.0` | images.resizersidecar | string | `"registry.k8s.io/sig-storage/csi-resizer:v1.8.0"` | CSI resizer sidecar image URL | | images.snapshottersidecar | string | `"registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2"` | CSI snapshotter sidecar image URL | | images.csidriver | string | `"quay.io/weka.io/csi-wekafs"` | CSI driver main image URL | -| images.csidriverTag | string | `"2.1.1-SNAPSHOT.8.ded3fd8"` | CSI driver tag | +| images.csidriverTag | string | `"2.1.1-SNAPSHOT.10.374fe1c"` | CSI driver tag | | globalPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for all CSI driver components | | controllerPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI controller component only (by default same as global) | | nodePluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI node component only (by default same as global) | diff --git a/charts/csi-wekafsplugin/Chart.yaml b/charts/csi-wekafsplugin/Chart.yaml index 6c71e7a06..f11df73c5 100644 --- a/charts/csi-wekafsplugin/Chart.yaml +++ b/charts/csi-wekafsplugin/Chart.yaml @@ -10,8 +10,8 @@ sources: home: https://github.com/weka/csi-wekafs icon: https://weka.github.io/csi-wekafs/logo.png type: application -version: 2.1.1-SNAPSHOT.8.ded3fd8 -appVersion: v2.1.1-SNAPSHOT.8.ded3fd8 +version: 2.1.1-SNAPSHOT.10.374fe1c +appVersion: v2.1.1-SNAPSHOT.10.374fe1c kubeVersion: ">=1.18.0" keywords: [storage, filesystem, HPC] annotations: diff --git a/charts/csi-wekafsplugin/README.md b/charts/csi-wekafsplugin/README.md index b7712d75c..dcd329da7 100644 --- a/charts/csi-wekafsplugin/README.md +++ b/charts/csi-wekafsplugin/README.md @@ -3,7 +3,7 @@ Helm chart for Deployment of WekaIO Container Storage Interface (CSI) plugin for [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/csi-wekafs)](https://artifacthub.io/packages/search?repo=csi-wekafs) -![Version: 2.1.1-SNAPSHOT.8.ded3fd8](https://img.shields.io/badge/Version-2.1.1--SNAPSHOT.8.ded3fd8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.1-SNAPSHOT.8.ded3fd8](https://img.shields.io/badge/AppVersion-v2.1.1--SNAPSHOT.8.ded3fd8-informational?style=flat-square) +![Version: 2.1.1-SNAPSHOT.10.374fe1c](https://img.shields.io/badge/Version-2.1.1--SNAPSHOT.10.374fe1c-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.1-SNAPSHOT.10.374fe1c](https://img.shields.io/badge/AppVersion-v2.1.1--SNAPSHOT.10.374fe1c-informational?style=flat-square) ## Homepage https://github.com/weka/csi-wekafs @@ -56,7 +56,7 @@ Kubernetes: `>=1.18.0` |-----|------|---------|-------------| | dynamicProvisionPath | string | `"csi-volumes"` | Directory in root of file system where dynamic volumes are provisioned | | csiDriverName | string | `"csi.weka.io"` | Name of the driver (and provisioner) | -| csiDriverVersion | string | `"2.1.1-SNAPSHOT.8.ded3fd8"` | CSI driver version | +| csiDriverVersion | string | `"2.1.1-SNAPSHOT.10.374fe1c"` | CSI driver version | | images.livenessprobesidecar | string | `"registry.k8s.io/sig-storage/livenessprobe:v2.10.0"` | CSI liveness probe sidecar image URL | | images.attachersidecar | string | `"registry.k8s.io/sig-storage/csi-attacher:v4.3.0"` | CSI attacher sidecar image URL | | images.provisionersidecar | string | `"registry.k8s.io/sig-storage/csi-provisioner:v3.5.0"` | CSI provisioner sidecar image URL | @@ -64,7 +64,7 @@ Kubernetes: `>=1.18.0` | images.resizersidecar | string | `"registry.k8s.io/sig-storage/csi-resizer:v1.8.0"` | CSI resizer sidecar image URL | | images.snapshottersidecar | string | `"registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2"` | CSI snapshotter sidecar image URL | | images.csidriver | string | `"quay.io/weka.io/csi-wekafs"` | CSI driver main image URL | -| images.csidriverTag | string | `"2.1.1-SNAPSHOT.8.ded3fd8"` | CSI driver tag | +| images.csidriverTag | string | `"2.1.1-SNAPSHOT.10.374fe1c"` | CSI driver tag | | globalPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for all CSI driver components | | controllerPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI controller component only (by default same as global) | | nodePluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI node component only (by default same as global) | diff --git a/charts/csi-wekafsplugin/values.yaml b/charts/csi-wekafsplugin/values.yaml index 8c6ff63b9..47d25f2b1 100644 --- a/charts/csi-wekafsplugin/values.yaml +++ b/charts/csi-wekafsplugin/values.yaml @@ -5,7 +5,7 @@ dynamicProvisionPath: "csi-volumes" # -- Name of the driver (and provisioner) csiDriverName: "csi.weka.io" # -- CSI driver version -csiDriverVersion: &csiDriverVersion 2.1.1-SNAPSHOT.8.ded3fd8 +csiDriverVersion: &csiDriverVersion 2.1.1-SNAPSHOT.10.374fe1c images: # -- CSI liveness probe sidecar image URL livenessprobesidecar: registry.k8s.io/sig-storage/livenessprobe:v2.10.0 From 75d367306be6a54f314fed67fa958e52036d1381 Mon Sep 17 00:00:00 2001 From: Weka CSI Bot Date: Sat, 24 Jun 2023 07:36:34 +0000 Subject: [PATCH 3/3] chore: autopublish 2023-06-24T07:36:34Z --- README.md | 6 +++--- charts/csi-wekafsplugin/Chart.yaml | 4 ++-- charts/csi-wekafsplugin/README.md | 6 +++--- charts/csi-wekafsplugin/values.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index afa285c6c..e57fa0aea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CSI WekaFS Driver Helm chart for Deployment of WekaIO Container Storage Interface (CSI) plugin for WekaFS - the world fastest filesystem -![Version: 2.1.1-SNAPSHOT.10.374fe1c](https://img.shields.io/badge/Version-2.1.1--SNAPSHOT.10.374fe1c-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.1-SNAPSHOT.10.374fe1c](https://img.shields.io/badge/AppVersion-v2.1.1--SNAPSHOT.10.374fe1c-informational?style=flat-square) +![Version: 2.1.1-SNAPSHOT.11.ce454ca](https://img.shields.io/badge/Version-2.1.1--SNAPSHOT.11.ce454ca-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.1-SNAPSHOT.11.ce454ca](https://img.shields.io/badge/AppVersion-v2.1.1--SNAPSHOT.11.ce454ca-informational?style=flat-square) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/csi-wekafs)](https://artifacthub.io/packages/search?repo=csi-wekafs) @@ -47,7 +47,7 @@ Kubernetes: `>=1.18.0` |-----|------|---------|-------------| | dynamicProvisionPath | string | `"csi-volumes"` | Directory in root of file system where dynamic volumes are provisioned | | csiDriverName | string | `"csi.weka.io"` | Name of the driver (and provisioner) | -| csiDriverVersion | string | `"2.1.1-SNAPSHOT.10.374fe1c"` | CSI driver version | +| csiDriverVersion | string | `"2.1.1-SNAPSHOT.11.ce454ca"` | CSI driver version | | images.livenessprobesidecar | string | `"registry.k8s.io/sig-storage/livenessprobe:v2.10.0"` | CSI liveness probe sidecar image URL | | images.attachersidecar | string | `"registry.k8s.io/sig-storage/csi-attacher:v4.3.0"` | CSI attacher sidecar image URL | | images.provisionersidecar | string | `"registry.k8s.io/sig-storage/csi-provisioner:v3.5.0"` | CSI provisioner sidecar image URL | @@ -55,7 +55,7 @@ Kubernetes: `>=1.18.0` | images.resizersidecar | string | `"registry.k8s.io/sig-storage/csi-resizer:v1.8.0"` | CSI resizer sidecar image URL | | images.snapshottersidecar | string | `"registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2"` | CSI snapshotter sidecar image URL | | images.csidriver | string | `"quay.io/weka.io/csi-wekafs"` | CSI driver main image URL | -| images.csidriverTag | string | `"2.1.1-SNAPSHOT.10.374fe1c"` | CSI driver tag | +| images.csidriverTag | string | `"2.1.1-SNAPSHOT.11.ce454ca"` | CSI driver tag | | globalPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for all CSI driver components | | controllerPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI controller component only (by default same as global) | | nodePluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI node component only (by default same as global) | diff --git a/charts/csi-wekafsplugin/Chart.yaml b/charts/csi-wekafsplugin/Chart.yaml index f11df73c5..572ba5d97 100644 --- a/charts/csi-wekafsplugin/Chart.yaml +++ b/charts/csi-wekafsplugin/Chart.yaml @@ -10,8 +10,8 @@ sources: home: https://github.com/weka/csi-wekafs icon: https://weka.github.io/csi-wekafs/logo.png type: application -version: 2.1.1-SNAPSHOT.10.374fe1c -appVersion: v2.1.1-SNAPSHOT.10.374fe1c +version: 2.1.1-SNAPSHOT.11.ce454ca +appVersion: v2.1.1-SNAPSHOT.11.ce454ca kubeVersion: ">=1.18.0" keywords: [storage, filesystem, HPC] annotations: diff --git a/charts/csi-wekafsplugin/README.md b/charts/csi-wekafsplugin/README.md index dcd329da7..aadf362dd 100644 --- a/charts/csi-wekafsplugin/README.md +++ b/charts/csi-wekafsplugin/README.md @@ -3,7 +3,7 @@ Helm chart for Deployment of WekaIO Container Storage Interface (CSI) plugin for [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/csi-wekafs)](https://artifacthub.io/packages/search?repo=csi-wekafs) -![Version: 2.1.1-SNAPSHOT.10.374fe1c](https://img.shields.io/badge/Version-2.1.1--SNAPSHOT.10.374fe1c-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.1-SNAPSHOT.10.374fe1c](https://img.shields.io/badge/AppVersion-v2.1.1--SNAPSHOT.10.374fe1c-informational?style=flat-square) +![Version: 2.1.1-SNAPSHOT.11.ce454ca](https://img.shields.io/badge/Version-2.1.1--SNAPSHOT.11.ce454ca-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.1.1-SNAPSHOT.11.ce454ca](https://img.shields.io/badge/AppVersion-v2.1.1--SNAPSHOT.11.ce454ca-informational?style=flat-square) ## Homepage https://github.com/weka/csi-wekafs @@ -56,7 +56,7 @@ Kubernetes: `>=1.18.0` |-----|------|---------|-------------| | dynamicProvisionPath | string | `"csi-volumes"` | Directory in root of file system where dynamic volumes are provisioned | | csiDriverName | string | `"csi.weka.io"` | Name of the driver (and provisioner) | -| csiDriverVersion | string | `"2.1.1-SNAPSHOT.10.374fe1c"` | CSI driver version | +| csiDriverVersion | string | `"2.1.1-SNAPSHOT.11.ce454ca"` | CSI driver version | | images.livenessprobesidecar | string | `"registry.k8s.io/sig-storage/livenessprobe:v2.10.0"` | CSI liveness probe sidecar image URL | | images.attachersidecar | string | `"registry.k8s.io/sig-storage/csi-attacher:v4.3.0"` | CSI attacher sidecar image URL | | images.provisionersidecar | string | `"registry.k8s.io/sig-storage/csi-provisioner:v3.5.0"` | CSI provisioner sidecar image URL | @@ -64,7 +64,7 @@ Kubernetes: `>=1.18.0` | images.resizersidecar | string | `"registry.k8s.io/sig-storage/csi-resizer:v1.8.0"` | CSI resizer sidecar image URL | | images.snapshottersidecar | string | `"registry.k8s.io/sig-storage/csi-snapshotter:v6.2.2"` | CSI snapshotter sidecar image URL | | images.csidriver | string | `"quay.io/weka.io/csi-wekafs"` | CSI driver main image URL | -| images.csidriverTag | string | `"2.1.1-SNAPSHOT.10.374fe1c"` | CSI driver tag | +| images.csidriverTag | string | `"2.1.1-SNAPSHOT.11.ce454ca"` | CSI driver tag | | globalPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for all CSI driver components | | controllerPluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI controller component only (by default same as global) | | nodePluginTolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Exists"}]` | Tolerations for CSI node component only (by default same as global) | diff --git a/charts/csi-wekafsplugin/values.yaml b/charts/csi-wekafsplugin/values.yaml index 47d25f2b1..3e2ae7eb1 100644 --- a/charts/csi-wekafsplugin/values.yaml +++ b/charts/csi-wekafsplugin/values.yaml @@ -5,7 +5,7 @@ dynamicProvisionPath: "csi-volumes" # -- Name of the driver (and provisioner) csiDriverName: "csi.weka.io" # -- CSI driver version -csiDriverVersion: &csiDriverVersion 2.1.1-SNAPSHOT.10.374fe1c +csiDriverVersion: &csiDriverVersion 2.1.1-SNAPSHOT.11.ce454ca images: # -- CSI liveness probe sidecar image URL livenessprobesidecar: registry.k8s.io/sig-storage/livenessprobe:v2.10.0