Where get validators for validate kube-proxy and kubelet config?

Hi.

I’m trying to learn how to install kubernetes and need help. I launch kubeadm v1.17.0.

kubeadm init phase preflight

writes immediately in the first two lines:

Cannot validate kube-proxy config - no validator is available
Cannot validate kubelet config - no validator is available

Tell me where to get these validators?

Cluster information:

Kubernetes version:
Cloud being used: put bare-metal
Installation method:
Host OS: Arch Linux
flannel v0.11.0-amd64
cri-tools v1.17.0

1 Like

Hey @lariels

Were you able to solve the issue?

Not. I was told that these messages can be ignored. But I wanted to know what kind of validators are in question. After all, there is even a check for their presence, which means they can be used.