I tried adding the authentication-kubeconfig and authorization-kubeconfig flags by pointing to the /var/lib/kubernetes/kube-scheduler.kubeconfig file but it was throwing another error
failed to get delegated authentication kubeconfig: failed to get delegated authentication kubeconfig: invalid configuration: no configuration has been provided, try setting KUBERNETES_MASTER environment variable
After following the docs, I'm stuck at doc 08. The kube-scheduler keeps restarting throwing the following error
Version:
Components Status
Systemd unit file
Kube schduler Config file
I tried adding the
authentication-kubeconfig
andauthorization-kubeconfig
flags by pointing to the/var/lib/kubernetes/kube-scheduler.kubeconfig
file but it was throwing another error