kodekloudhub / certified-kubernetes-administrator-course

Certified Kubernetes Administrator - CKA Course
7.69k stars 7.43k forks source link

vagrant issue #139

Closed ShingankarAbhijeet closed 9 months ago

ShingankarAbhijeet commented 10 months ago

Not able to find the private keys to vagrant VMs to connect to. this was present earlier under certified-kubernetes-administrator-course.vagrant\machines\kubemaster\virtualbox seems to be removed or replaced. needed help in setting up the cluster for kubeadm practice.

msguit commented 10 months ago

certified-kubernetes-administrator-course/kubeadm-clusters/virtualbox/.vagrant/machines/kubemaster/virtualbox is the correct one. I just recently installed it on my Mac and it works. Priv key can be found there.

fireflycons commented 9 months ago

Seems you sorted it out so I'll close this

Remember you can simply run vagrant ssh with the VM name and it will connect you directly as the vagrant user without requiring the keys.