You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Providers should ideally perform backups of the following data routinely:
/var/lib/rook - rook cluster data (mgr + monitors) since monitors are typically fixed by a specific node via nodeSelector in their deployments;
etcd backup - export $(grep -v '^#' /etc/etcd.env | xargs -d '\n'); etcdctl snapshot save etcd.backup - this can help one restore the K8s cluster config;
Backups (etcd, ceph)
Providers should ideally perform backups of the following data routinely:
/var/lib/rook
- rook cluster data (mgr + monitors) since monitors are typically fixed by a specific node vianodeSelector
in their deployments;export $(grep -v '^#' /etc/etcd.env | xargs -d '\n'); etcdctl snapshot save etcd.backup
- this can help one restore the K8s cluster config;K8s cluster administration
It is all primarily in https://github.com/kubernetes-sigs/kubespray/blob/v2.21.0/docs/nodes.md ; I think we already have a link there from our docs;
Ceph (persistent storage) administration
Network / DNS config & verification
#80
The text was updated successfully, but these errors were encountered: