I am currently following this tutorial and ran across and issue. I am trying to TLS bootstrap the worker nodes and ran the ./cert_verify and it it failed one of the tests
I followed the link and it lead me to redoing the certificate authority lab. I glimpsed through both the TLS Bootstrap and the link and could not find any reference to kubelet-client-current.crt anywhere.
I would also like to add I am deriving from this tutorial slightly as I am doing this tutorial on raspberry pis rather than on vm's. So far this is the only time the ./cert_verify came back as an error. I am uncertain if I did the previous step correctly. The ./cert_verify came back with no errors when I bootstrapped worker-1. However when I run kubectl get nodes --kubeconfig admin.kubeconfig it comes back with no resource found rather than the expected output
Thanks for any help, I know I am deriving from the original tutorial but I thought this would be a fun variation.
Hello,
I am currently following this tutorial and ran across and issue. I am trying to TLS bootstrap the worker nodes and ran the
./cert_verify
and it it failed one of the tests I followed the link and it lead me to redoing the certificate authority lab. I glimpsed through both the TLS Bootstrap and the link and could not find any reference to kubelet-client-current.crt anywhere.I would also like to add I am deriving from this tutorial slightly as I am doing this tutorial on raspberry pis rather than on vm's. So far this is the only time the
./cert_verify
came back as an error. I am uncertain if I did the previous step correctly. The./cert_verify
came back with no errors when I bootstrapped worker-1. However when I runkubectl get nodes --kubeconfig admin.kubeconfig
it comes back with no resource found rather than the expected outputThanks for any help, I know I am deriving from the original tutorial but I thought this would be a fun variation.