Hello, In Troubleshoot Network lab, in solution it is mentioned that "The config . . .

gilbertas:
Hello,
In Troubleshoot Network lab, in solution it is mentioned that “The configuration path does not match the data in the ConfigMap. kubectl -n kube-system describe configmap kube-proxy shows that the file name used is config.conf which is mounted in the kube-proxy damonset pods at the path /var/lib/kube-proxy/config.conf” However by checking configmap I see /var/lib/kube-proxy/kubeconfig.conf and not /var/lib/kube-proxy/config.conf. What I am missing here?
Screenshot from 2021-11-03 17-12-25.png

david tsulaia:
check proxy cli options whats the file name there

Tej_Singh_Rana:
Please check provided solutions. Let me know if that helps.

Tej_Singh_Rana:

Screenshot from 2021-11-03 17-12-25.png

gilbertas:
Thank you, it seems I misunderstood how it works.