Skip to content

Commit

Permalink
Update storage.md (#836)
Browse files Browse the repository at this point in the history
* Update storage.md

Add Ceph CSI charm info

---------

Co-authored-by: Kevin W Monroe <[email protected]>
  • Loading branch information
playworker and kwmonroe committed Jun 21, 2024
1 parent 2fbce93 commit 2565a5d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pages/k8s/storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2565a5d

Please sign in to comment.