I need help clarifying the config file for etcd.yaml. On the solution video for question 1 backing-up the etcd cluster, this command is used (ETCDCTL_API=3 etcdctl --endpoints=https://10.20.102.9:2379 --cacert=/etc/kubernetes/pki/etcd/ca.crt --cert=/etc/kubernetes/pki/etcd/healthcheck-client.crt --key=/etc/kubernetes/pki/etcd/healthcheck-client.key)
- Why does my etcd.yaml file different?