Etcd Backup and Restore (1)
1. Backup Etcd
1.1 SSH to node
ssh controlplane
(Optional) Check etcd
kubectl get pods -n kube-system | grep etcd-controlplane
1.2 Set env var
Set Environment Variables for etcdctl Ensure you have the correct etcdctl environment variables configure...
notes-renovation.hashnode.dev2 min read