I'm trying to use k3s as a replacement for minikube since there is a bug that spikes the CPU. The machine on which I'm deploying already has a docker-compose set of services bound to 443 and 80. k3s' traefik superceeds that bind and prevents my access to the existing services.
I want to move k3s' traefik to alternative ports. I've tried to stop traefik with sudo k3s server --no-deploy traefik
but get Error: failed to create listener: failed to listen on 127.0.0.1:6444: listen tcp 127.0.0.1:6444: bind: address already in use