mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-29 14:16:26 +00:00
Currently if you follow this guide when it comes to starting nginx you get this error: Error starting userland proxy: listen tcp 0.0.0.0:8080 Because Kubernetes is already listening on :8080, so you can't bind nginx to :8080, so I've changed it to :8081