mmumshad / kubernetes-the-hard-way

Bootstrap Kubernetes the hard way on Vagrant on Local Machine. No scripts.
Apache License 2.0
4.7k stars 4.54k forks source link

One step is omitted in TLS-btstrpng doc #52

Closed mabazyar closed 2 years ago

mabazyar commented 5 years ago

Regarding the following doc for TLS bootstrapping practice #2: https://github.com/mmumshad/kubernetes-the-hard-way/blob/master/practice-questions-answers/install/bootstrap-worker-node-2/tls-bootstrap-worker-node-2.md

The final step should be copying the ca.crt file over node03 to have it peered with node01 and node02.

scp /etc/kubernetes/pki/ca.crt root@node03:/etc/kubernetes/
raihanchdy commented 4 years ago

yes exactly.

fireflycons commented 2 years ago

HI @mabazyar @raihanchdy

We have now merged a major change to bring this to v1.24. Many issues have been addressed as part of the upgrade. I realise this is a very old issue, however I was tasked with closing off all old issues following the upgrade. Please try it now and feel free to raise further issues.

Thanks.