A Container Storage Interface (CSI) Driver for Thalassa Cloud Block Storage. The CSI plugin allows you to use Thalassa Cloud Block Storage with your preferred Container Orchestrator on Thalassa Cloud. The Thalassa Cloud CSI plugin is only tested on Kubernetes.
The Thalassa Cloud CSI plugin follows semantic versioning. The version will be bumped following the rules below:
- Bug fixes will be released as a
PATCHupdate. - New features (such as CSI spec bumps with no breaking changes) will be released as a
MINORupdate. - Significant breaking changes makes a
MAJORupdate.
The following table describes the required Thalassa Cloud CSI driver version per supported Kubernetes release.
| Kubernetes Release | Thalassa Cloud CSI Driver Version |
|---|---|
| 1.31 | v0.1.0+ |
| 1.32 | v0.1.0+ |
| 1.33 | v0.5.0+ |
| 1.34 | v0.5.0+ |
Note:
The Thalassa Cloud Kubernetes service comes with the CSI driver pre-installed and no further steps are required.
The Thalassa Cloud CSI project is loosely based on other CSI projects, such as DigitalOcean CSI, Scaleway CSI and others.
All contributions are welcome.