csi-cloudscale: A Commodore component to manage the cloudscale.ch CSI driver

csi-cloudscale: A Commodore component to manage the cloudscale.ch CSI driver is a Commodore component for managing the cloudscale.ch CSI driver.

See the parameters reference for further details.

Compatibility

Not every version of the cloudscale.ch CSI driver is compatible with every Kubernetes versions. See "Kubernetes Compatibility" in csi-cloudscale’s README for more information.

StorageClasses

The following storage classes are set up by this component:

Name Type Encryption

ssd [1]

SSD storage

None

bulk

Bulk storage (HDD)

None

ssd-encrypted

SSD storage

LUKS

bulk-encrypted

Bulk storage (HDD)

LUKS

Encrypted Storage

To use the -encrypted storage classes, a secret with a name of ${pvc-name}-luks-key and a key luksKey needs to exist for each PVC. This key is used to encrypt the disk with LUKS.


1. Default StorageClass