Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vagrant provision error #18

Closed
jaybauson opened this issue Dec 22, 2019 · 2 comments
Closed

Vagrant provision error #18

jaybauson opened this issue Dec 22, 2019 · 2 comments
Assignees

Comments

@jaybauson
Copy link

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

@justmeandopensource justmeandopensource self-assigned this Dec 29, 2019
@justmeandopensource
Copy link
Owner

@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.

@DeanPH
Copy link

DeanPH commented Jan 7, 2020

This is a warning from Kubeadm, not an error...it's just being logged incorrectly to stderr by Kubeadm. See: kubernetes/kubeadm#1913

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants