I have been following this guide; https://github.com/mmumshad/kubernetes-the-hard-way/blob/master/docs/08-bootstrapping-kubernetes-controllers.md
After completing all the steps, I ran kubectl get componentstatuses --kubeconfig admin.kubeconfig but in the output I only see 1 etcd server named etcd-0.
I have ran etcdctl commands to check and there are indeed 2 etcd servers running.
What could be the reason, I am only seeing etcd-0 and etcd-1 is missing?