Hello,
Any update to update this to 1.37.x? I attempted to try but fails during step 9:
https://github.com/kelseyhightower/kubernetes-the-hard-way/blob/master/docs/09-bootstrapping-kubernetes-workers.md
i completed the last step but i do not see my worker nodes when I run this on my jumpbox:
ssh root@master "kubectl get nodes \
--kubeconfig admin.kubeconfig"
BTW, i renamed my cluster hosts to master, worker1 and worker2 instead of server, node-0, and node-1. I've updated the ca.conf with the new hostnames and certs.
Hello,
Any update to update this to 1.37.x? I attempted to try but fails during step 9:
https://github.com/kelseyhightower/kubernetes-the-hard-way/blob/master/docs/09-bootstrapping-kubernetes-workers.md
i completed the last step but i do not see my worker nodes when I run this on my jumpbox:
ssh root@master "kubectl get nodes \ --kubeconfig admin.kubeconfig"BTW, i renamed my cluster hosts to master, worker1 and worker2 instead of server, node-0, and node-1. I've updated the ca.conf with the new hostnames and certs.