I am having an issue with the _*Practice Test - Troubleshoot Network*_ - even af . . .

Vic:
I am having an issue with the Practice Test - Troubleshoot Network - even after the following suggestions in the answers to update the DaemonSet of kube-proxy with the correct location of kube-proxy config file. Is there an issue with this lab?

I am having the same issue as @Sandy Mauriz

Mohamed Ayman:
You can check the answer at /var/answers path.

The Configmap is a key-value pair so if you tried this command:
kubectl -n kube-system describe configmap kube-proxy

Mohamed Ayman:
you can see config.conf that used in the daemon set, check the screenshot:

Mohamed Ayman:
you can see config.conf that used in the daemon set and the Path kubeconfig: /var/lib/kube-proxy/kubeconfig.conf file is located inside config.conf in the container.

Mohamed Ayman:
Check this solution:
NetworkTroubleshooting-Q2.gif