W0731 17:51:36.639523 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
E0731 17:51:36.639730 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Namespace: failed to list *v1.Namespace: namespaces is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "namespaces" in API group "" at the cluster scope
W0731 17:51:36.710629 1 reflector.go:547] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
E0731 17:51:36.710817 1 reflector.go:150] pkg/mod/k8s.io/client-go@v0.30.2/tools/cache/reflector.go:232: Failed to watch *v1.Pod: failed to list *v1.Pod: pods is forbidden: User "system:serviceaccount:kube-system:kindnet" cannot list resource "pods" in API group "" at the cluster scope
I was able to Fix the issue by giving permission to kindnet clusterrole and no olonger gives the error
https://storage.googleapis.com/minikube-builds/logs/19312/35557/Docker_Linux_crio.html#fail_TestAddons%2fparallel%2fIngress
I replicated on macos docker driver with crio
I noticed the Kindnet had these errros:
I was able to Fix the issue by giving permission to kindnet clusterrole and no olonger gives the error
but still cant make the svc ping on local host inside minikube