But exam result shows this as failed, and the hint is to use localhost:2379 ``` . . .

Vinay M Athreyas:
but exam result shows this as failed, and the hint is to use localhost:2379

Run the command ETCDCTL_API=3 etcdctl --endpoints https://[127.0.0.1]:2379 --cacert /etc/kubernetes/pki/etcd/ca.crt --cert /etc/kubernetes/pki/etcd/healthcheck-client.crt --key=/etc/kubernetes/pki/etcd/healthcheck-client.key snapshot save /opt/etcd-backup.db

Fernando Jordan Silva:
in fact you can avoid that parameter (“endpoints”) if your executing the command in the same host where ETCD is installed.

Vinay M Athreyas:
oh… thanks for the tip, I would try it :slightly_smiling_face: