Skip to content

Commit 8c118f8

Browse files
committed
Add details about CSI integration
1 parent 5321bbb commit 8c118f8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

source/plugins/cloudstack-kubernetes-service.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,19 @@ For verification of the applied CNI Configuration, the following commands can be
765765
766766
Events: <none>
767767
768+
CSI integration with CKS
769+
~~~~~~~~~~~~~~~~~~~~~~~~~~
770+
From 4.22.0, CloudStack Kubernetes Service provides CSI integration that allows dynamic provisioning of CloudStack volumes for Kubernetes pods running on CKS clusters.
771+
To enable CSI integration, the CKS data ISOs must have the CSI manifests. Rebuilding the CKS data ISOs using the `create-kubernetes-binaries-iso.sh` script will build ISOs with CSI manifests and images.
772+
773+
|cks-custom-template-registration.png|
774+
775+
Enabling CSI integration for a CKS cluster can be done by selecting the `Enable CSI Integration` checkbox in the Advanced Settings section of the Kubernetes cluster creation form.
776+
Doing so will setup the CSI components - the CSI controller and the CSI node daemonset - on the cluster during its creation.
777+
778+
|cks-csi-pods.png|
779+
780+
Further details about using CSI with CKS can be found at: https://github.com/cloudstack/cloudstack-csi-driver/blob/main/README.md
768781
769782
.. |cks-add-version-form.png| image:: /_static/images/cks-add-version-form.png
770783
:alt: Add Kubernetes Supported Version form.
@@ -804,3 +817,7 @@ For verification of the applied CNI Configuration, the following commands can be
804817
:alt: Kubernetes cluster creation setting a CNI configuration.
805818
.. |cks-cni-configuration-registration-sample.png| image:: /_static/images/cks-cni-configuration-registration-sample.png
806819
:alt: CNI Configuration registration sample.
820+
.. |cks-add-version-action.png| image:: /_static/images/cks-csi-integration.png
821+
:alt: Integration of CSI with CKS.
822+
.. |cks-csi-pods.png| image:: /_static/images/cks-csi-pods.png
823+
:alt: CSI Pods.

0 commit comments

Comments
 (0)