You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/index.adoc
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
-
= cloud-provider-openstack
1
+
= Cloud Provider OpenStack
2
2
3
3
cloud-provider-openstack is a Commodore component to manage the https://github.com/kubernetes/cloud-provider-openstack[OpenStack Cloud Controller Manager] (CCM) and https://github.com/kubernetes/cloud-provider-openstack[Cinder CSI driver].
4
4
5
-
Both sub-components are enabled by default and share a single `cloud.conf` Secret.
5
+
The CCM and CSI driver are deployed into the same namespace and share a single `cloud.conf` Secret.
6
+
Each sub-component is toggleable via the `ccm.enabled` and `csi.enabled` parameters.
6
7
The CCM handles node initialization, node lifecycle, LoadBalancer Services (via Octavia), and optionally pod routes.
7
8
The CSI driver provides persistent block storage using OpenStack Cinder volumes, with configurable StorageClasses and VolumeSnapshotClasses.
0 commit comments