Add Ceph default login instructions to README

This commit is contained in:
Marco van Zijl 2025-05-03 21:36:46 +02:00
parent 0d61ea0ba6
commit f772817972

View File

@ -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.