So is it the brackets around the ip?

Jason:
so is it the brackets around the ip?

Hinodeya:
No brackets needed

Jason:
so what is the difference in the two?

Jason:
mine does not work

Jason:
the solution does

Jason:
going to do the practice test again

Hinodeya:
already done this lab it works check you indentation or another stuff like space

Hinodeya:
mostly that the problem is not the backup with etcd but the restore with another directory or also the type of etcd installed with an daemon or not

Jason:

root@controlplane:~# ETCDCTL_API=3 etcdctl --endpoints=<https://127.0.0.1:2379> \
&gt; --cacert=/etc/kubernetes/pki/etcd/ca.crt \
&gt; --cert=/etc/kubernetes/pki/etcd/server.crt \
&gt; --key=/etc/kubernetes/pki/etcd/server.key \
&gt; snapshot save /opt/snapshot-pre-boot.db
bash: --cacert=/etc/kubernetes/pki/etcd/ca.crt: No such file or directory