In Mock exam 2 question1 - unable to take backup. endpoint details are missing.
@shumailshaikh6387 , you can take the backup using the command below:
ETCDCTL_API=3 etcdctl --cacert=/etc/kubernetes/pki/etcd/ca.crt \
--cert=/etc/kubernetes/pki/etcd/server.crt --key=/etc/kubernetes/pki/etcd/server.key \
snapshot save /tmp/snapshot-pre-boot.db
If we are running etcd in the same node, we don’t need to specify the endpoint.