Skip to content

Commit

Permalink
Update Create-Persistent-Storage.md for rook-ceph prometheus (rackerl…
Browse files Browse the repository at this point in the history
…abs#113)

Add patch for prometheus and rook-ceph
  • Loading branch information
timolow authored Mar 6, 2024
1 parent 858bd56 commit 1212915
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/Create-Persistent-Storage.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ Once the rook cluster is online with a HEALTH status of `HEALTH_OK`, deploy the
``` shell
kubectl apply -k /opt/genestack/kustomize/rook-defaults
```

> [!IMPORTANT]
> If installing prometheus after rook-ceph is installed, you may patch a running rook-ceph cluster with the following command:
``` shell
kubectl -n rook-ceph patch CephCluster rook-ceph --type=merge -p "{\"spec\": {\"monitoring\": {\"enabled\": true}}}"
```
Ensure you have 'servicemonitors' defined in the rook-ceph namespace.


## Cephadm/ceph-ansible/Rook (Ceph) - External
Expand Down

0 comments on commit 1212915

Please sign in to comment.