CKA Course Lab - Practice Test - Troubleshoot Network Q2

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!

Hi,

Please check this link. Alistair Mackay has explained it clearly.

1 Like