Hi!
When I run:
kubectl -n kube-system describe configmap kube-proxy
It shows me:
kubeconfig: /var/lib/kube-proxy/kubeconfig.conf
But why the answer is:
--config=/var/lib/kube-proxy/config.conf
instead of:
--config=/var/lib/kube-proxy/kubeconfig.conf
I do not see where does this path (/var/lib/kube-proxy/config.conf) coming from and where can I find this information. Thanks!