Sandy Mauriz:
Hi on the ‘Troubleshooting section’ the test ‘Practice Test -Troubleshoot Network’ got some issues on question 2:
After changing the kube-proxy daemonset from: /var/lib/kube-proxy/config to /var/lib/kube-proxy/kubeconfig.conf
I get a different error from the logs:
Sandy Mauriz:
Hi @Mohamed Ayman @Tej_Singh_Rana thanks for that, but still after modifying the ds the kube-proxy is still on error but a different one. The new error it says ‘no kind Config’
controlplane $ kubectl logs -n kube-system kube-proxy-g675h
F0514 20:21:36.897793 1 server.go:490] failed complete: failed to decode: no kind "Config" is registered for version "v1" in scheme "k8s.io/kubernetes/pkg/proxy/apis/config/scheme/scheme.go:29"
please find below a similar issue where the supplied config file was not relevant to the kube-proxy
I repeated the exercise and checked the parameters and apparently the below parameter was configured in the daemon set which is mentioned in the answer guide