Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: multiple docs can be added (etcd, ceph backups; ceph administration; networking) #98

Open
andy108369 opened this issue May 4, 2023 · 1 comment

Comments

@andy108369
Copy link
Contributor

andy108369 commented May 4, 2023

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 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;

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

  • How to scale down & up the cluster (add hosts / disks (OSDs));
  • How to recover Ceph from a failure (disk failure; and service recovery procedure);
  • How to enable Ceph dashboard;
  • How to tear down Ceph;

Notes for myself/internal: https://github.com/ovrclk/engineering/wiki/Ceph

Network / DNS config & verification

#80

@troian
Copy link
Member

troian commented Jul 5, 2023

lets split it into multiple issues

  1. docs: provider instructions on backup routines for etcd
  2. ... ceph

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants