A bash script for installing Kubernetes using Kubeadm. Forked from killer-sh/cks-course-environment.
- To setup a master node
./install.sh -v 1.23.6 -M
A bash script for installing Kubernetes using Kubeadm. Forked from killer-sh/cks-course-environment.
./install.sh -v 1.23.6 -M
1 = w
2 = x
3 = wx
4 = r
5 = rx
6 = rw
7 = rwx
Getting the following error when trying to SSH into your windows machine?
Permission denied (publickey,keyboard-interactive).
This is probably because PasswordAuthentication
is set to no
. It also maybe that you haven't added your public key to the server. To add your public key follow these steps