Sebastien:
I have one question regarding the Network Troubleshooting
Lab.
On question 2, it is asked to fixe the kube-proxy
daemon set by changing the configuration file it uses on its config by the value found in the config map.
The config map gives this value kubeconfig: /var/lib/kube-proxy/kubeconfig.conf
, which is wrong when i try to apply it.
The answer given to this question gives the following value
Correct this path to /var/lib/kube-proxy/config.conf as per the ConfigMap and recreate the kube-proxy pods.
Is there an error in this question ? Why is the correct value /var/lib/kube-proxy/config.conf
, I can’t find it in the configmap …