From 2565a5d23ba2f52431ac5795b8c57d4b22b52fc8 Mon Sep 17 00:00:00 2001 From: playworker Date: Fri, 21 Jun 2024 05:53:47 +0100 Subject: [PATCH] Update storage.md (#836) * Update storage.md Add Ceph CSI charm info --------- Co-authored-by: Kevin W Monroe --- pages/k8s/storage.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pages/k8s/storage.md b/pages/k8s/storage.md index 85b9201f..e5ac7573 100644 --- a/pages/k8s/storage.md +++ b/pages/k8s/storage.md @@ -106,15 +106,18 @@ initContainers: ### Relate to Charmed Kubernetes -Making **Charmed Kubernetes** aware of your **Ceph** cluster requires a **Juju** relation. +Making **Charmed Kubernetes** aware of your **Ceph** cluster requires some **Juju** configuration and the `ceph-csi` charm. ```bash -juju integrate ceph-mon:client kubernetes-control-plane +juju config kubernetes-control-plane allow-privileged=true +juju deploy ceph-csi +juju integrate ceph-csi:kubernetes kubernetes-control-plane:juju-info +juju integrate ceph-csi:ceph-client ceph-mon:client ``` ### Create storage pools -By default, the `kubernetes-control-plane` charm will create the required pools defined +By default, the `ceph-csi` charm will create the required pools defined in the storage class. To view the default options, run: ```bash