You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I tried the vagrant provision for local testing and got the following error:
kmaster: [TASK 4] Generate and save cluster join command to /joincluster.sh
kmaster: W1222 03:17:25.649380 8679 validation.go:28] Cannot validate kube-proxy config - no validator is available
kmaster: W1222 03:17:25.649424 8679 validation.go:28] Cannot validate kubelet config - no validator is available
How To Reproduce
simply navigate to vagrant-provision folder and vagrant up
Expected behavior
There's shouldn't be any error
Environment (please complete the following information):
MacOS Catalina
Vagrant 2.2.4
Vbox 6.0.14
The text was updated successfully, but these errors were encountered:
@jaybauson despite this error, did you get a working K8s cluster? I noticed this error too. But it didn't affect the cluster provisioning in any ways. I will see if I can figure out how to resolve this. Thanks.
Describe the bug
I tried the vagrant provision for local testing and got the following error:
kmaster: [TASK 4] Generate and save cluster join command to /joincluster.sh
kmaster: W1222 03:17:25.649380 8679 validation.go:28] Cannot validate kube-proxy config - no validator is available
kmaster: W1222 03:17:25.649424 8679 validation.go:28] Cannot validate kubelet config - no validator is available
How To Reproduce
simply navigate to vagrant-provision folder and
vagrant up
Expected behavior
There's shouldn't be any error
Environment (please complete the following information):
MacOS Catalina
Vagrant 2.2.4
Vbox 6.0.14
The text was updated successfully, but these errors were encountered: