Hi, I got stuck on 07-bootstrapping-etcd.md and needed to reboot the machines to pick up the etcd configuration. I spent an hour or three going over my config and in the end all I needed to do was reboot the controllers to complete the etcd config.
before rebooting the controllers, I got this error:
aireilly@controller-0:~$ sudo ETCDCTL_API=3 etcdctl member list \
> --endpoints=https://127.0.0.1:2379 \
> --cacert=/etc/etcd/ca.pem \
> --cert=/etc/etcd/kubernetes.pem \
> --key=/etc/etcd/kubernetes-key.pem
{"level":"warn","ts":"2021-03-31T21:11:23.008Z","caller":"clientv3/retry_interceptor.go:62","msg":"retrying of unary invoker failed","target":"endpoint://client-0db00acd-e8b2-44ba-a9fe-4df860eb1456/127.0.0.1:2379","attempt":0,"error":"rpc error: code = DeadlineExceeded desc = latest balancer error: all SubConns are in TransientFailure, latest connection error: connection error: desc = \"transport: authentication handshake failed: remote error: tls: bad certificate\""}
Error: context deadline exceeded
After rebooting the controller nodes, I got a successul connection:
Hi, I got stuck on 07-bootstrapping-etcd.md and needed to reboot the machines to pick up the etcd configuration. I spent an hour or three going over my config and in the end all I needed to do was reboot the controllers to complete the etcd config.
before rebooting the controllers, I got this error:
After rebooting the controller nodes, I got a successul connection: