I am running minikube as non-root user with the docker driver. Docker currently has privileged access.
When I start minikube, things seem to be okay. But when I look at the coredns pod, I have the following error:
kubectl logs coredns-7db6d8ff4d-zbrxr -f -n kube-system
Listen: listen tcp :53: bind: permission denied
What is the recommended solution to fix this issue?