Skip to content

Commit

Permalink
rook: add ceph dashboard secret (#685)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Sep 20, 2024
1 parent 1126019 commit f88bf1f
Showing 1 changed file with 15 additions and 8 deletions.
23 changes: 15 additions & 8 deletions docs/guides/operations-guide/rook.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@ sidebar_label: Ceph via Rook (technical preview)

:::warning

This is a technical preview and not recommended for production use yet.

:::


:::warning

This whole document has to be reworkded with more rook like handling. Do not take it for granted yet.
This is a technical preview and not recommended for production use yet. This whole
document has to be reworkded with more rook like handling. Do not take it for
granted yet.

:::

Expand Down Expand Up @@ -64,6 +59,18 @@ Please have a look at the [Rook Troubleshooting documentation](https://rook.io/d

The Rook toolbox is available via the `ceph` command on the manager node, after you deployed the wrapper via `osism apply cephclient`. You have to make sure the correct [Configuration Options for the Rook Ceph Client Wrapper](../configuration-guide/rook.md#client) are net.

## Monitoring

### Dashboard

* https://rook.io/docs/rook/latest/Storage-Configuration/Monitoring/ceph-dashboard/

The password is stored in the secret `rook-ceph-dashboard-password`.

```
kubectl -n rook-ceph get secret rook-ceph-dashboard-password -o jsonpath="{['data']['password']}" | base64 --decode && echo
```

## Updating

### Rook Upgrades
Expand Down

0 comments on commit f88bf1f

Please sign in to comment.