v5tech / vagrant-kubernetes-cluster

Vagrant一键安装Kubernetes集群。安装 Metrics Server 、Kuboard 、Kubernetes Dashboard、KubePi、Kubernetes集群监控prometheus-operator
293 stars 50 forks source link

windows环境下安装报错 #3

Closed phxism closed 2 years ago

phxism commented 2 years ago

centos/ubuntu 下执行Vagrant up 报错 ==> kmaster: Running provisioner: shell... kmaster: Running: C:/Users/user01/AppData/Local/Temp/vagrant-shell20211230-2720-hamj3k.sh kmaster: [TASK 1] Pull required containers kmaster: /tmp/vagrant-shell: line 17: kubeadm: command not found kmaster: [TASK 2] Initialize Kubernetes Cluster kmaster: [TASK 3] Deploy Calico network kmaster: [TASK 4] Generate and save cluster join command to /joincluster.sh The SSH command responded with a non-zero exit status. Vagrant assumes that this means the command failed. The output for this command should be in the log above. Please read the output to determine what went wrong.

phxism commented 2 years ago

好像是Calico网络插件的原因,换成了Flannel就可以了。