Cinder CSI Operator
- Canonical Kubernetes
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 22 | 04 Sep 2024 | |
latest/candidate | 16 | 31 Jul 2024 | |
latest/beta | 22 | 14 Aug 2024 | |
latest/edge | 23 | 15 Aug 2024 | |
1.31/stable | 22 | 04 Sep 2024 | |
1.31/beta | 22 | 13 Aug 2024 | |
1.31/edge | 23 | 15 Aug 2024 | |
1.30/stable | 16 | 31 Jul 2024 | |
1.30/candidate | 16 | 31 Jul 2024 | |
1.30/beta | 15 | 26 Jul 2024 | |
1.30/edge | 17 | 01 Aug 2024 | |
1.29/stable | 11 | 17 Apr 2024 | |
1.29/candidate | 11 | 15 Apr 2024 | |
1.29/beta | 9 | 17 Apr 2024 | |
1.29/edge | 6 | 21 Aug 2023 | |
1.28/stable | 5 | 22 Aug 2023 | |
1.28/beta | 5 | 07 Aug 2023 | |
1.28/edge | 6 | 09 Aug 2023 |
juju deploy cinder-csi
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
availability-zone | string
Availability zone to use with Cinder CSI. This is passed through to the parameters.availability field of the csi-cinder-default StorageClass.
-
image-registry | string
Source registry of Cinder CSI storage images.
By setting to a value, each image listed in the releases manifest has its image-registry replaced.
If unset, the manifests will use the image registry from the kube-control relation
example) juju config cinder-csi image-registry='rocks.canonical.com:443/cdk' juju config cinder-csi --reset image-registry
-
reclaim-policy | string
Default: Delete
https://kubernetes.io/docs/concepts/storage/storage-classes/#reclaim-policy
The reclaim policy for the PVCs created by the CSI driver. This is passed through to the parameters.reclaimPolicy field of the csi-cinder-default StorageClass.
Potential values are "Delete" or "Retain"
-
storage-class-default | boolean
https://kubernetes.io/docs/tasks/administer-cluster/change-default-storage-class/
Whether to set the storage class for the Cinder CSI driver as the cluster default
-
storage-release | string
Specify the version of storage-release as defined by the
release
tags of https://github.com/kubernetes/cloud-provider-openstackexample) juju config cinder-csi storage-release='v1.7.3'
A list of supported versions is available through the action: juju run-action cinder-csi/leader list-releases --wait
To reset by to the latest supported by the charm use: juju config cinder-csi --reset storage-release
The current release deployed is available by viewing juju status cinder-csi
-
topology | boolean
Default: True
Whether to enable the Cinder CSI topology awareness