When running the init step with the rsa key without passphrase it goes further but no blocks on
PS E:\VMs\Kubernetes\Kub-Scripts> .\hyperctl.ps1 init
executing on master: sudo kubeadm init --pod-network-cidr=10.244.0.0/16 &&
mkdir -p $HOME/.kube &&
sudo cp /etc/kubernetes/admin.conf $HOME/.kube/config &&
sudo chown $(id -u):$(id -g) $HOME/.kube/config &&
kubectl apply -f $(eval echo https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml)
sudo: kubeadm: command not found
master init has failed, aborting
why is it so hard to just run what you made and get to to work normally
When running the init step with the rsa key without passphrase it goes further but no blocks on
PS E:\VMs\Kubernetes\Kub-Scripts> .\hyperctl.ps1 init
executing on master: sudo kubeadm init --pod-network-cidr=10.244.0.0/16 &&$(id -u):$ (id -g) $HOME/.kube/config &&
mkdir -p $HOME/.kube &&
sudo cp /etc/kubernetes/admin.conf $HOME/.kube/config &&
sudo chown
kubectl apply -f $(eval echo https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml)
sudo: kubeadm: command not found
master init has failed, aborting
why is it so hard to just run what you made and get to to work normally