level=error
msg="Port 80 for service ingress-nginx-controller is already opened by another service
I tried to reset k8s. But it still doesn't work.
level=error
msg="Port 80 for service ingress-nginx-controller is already opened by another service
I tried to reset k8s. But it still doesn't work.
You have another process that is using port 80.
Check the service that is using the port 80
netstat -aon | grep :80
netstat -aon | findstr :80
and terminate it:
pkill <pid>
pid
from the TaskManager