Skip to content

errors on running init Hyper-v script  #6

Description

@sojab0on

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions