Add Ceph default login instructions to README
This commit is contained in:
parent
0d61ea0ba6
commit
f772817972
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user