From f772817972af14e7f4bd13fe0a9b75e932e58001 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 3 May 2025 21:36:46 +0200 Subject: [PATCH] Add Ceph default login instructions to README --- readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/readme.md b/readme.md index bdba3a3..04a5107 100644 --- a/readme.md +++ b/readme.md @@ -169,6 +169,14 @@ User: admin, password can be retrieved with (ignore the '%' at the end): kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d ``` +### Ceph default login + +User: admin on [http://ceph.noxxos.nl](http://ceph.noxxos.nl) + +```bash +kubectl -n ceph get secret rook-ceph-dashboard-password -o jsonpath="{['data']['password']}" | base64 --decode && echo +``` + ### Certificate lifetimes Talos Linux automatically manages and rotates all server side certificates for etcd, Kubernetes, and the Talos API. Note however that the kubelet needs to be restarted at least once a year in order for the certificates to be rotated. Any upgrade/reboot of the node will suffice for this effect.