Skip to content

RKE2 server breaks nginx #5841

Closed Answered by brandond
koxu1996 asked this question in Q&A
Apr 25, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

The ingress-nginx that comes with rke2 binds to host ports 80 and 443. You can start rke2 with --disable=rke2-ingress-nginx, or customize the HelmChartConfig to use different ports.

Why are you trying to run nginx on the same host as Kubernetes? Normally if you want to host something on your cluster nodes, you'd deploy it to the cluster, instead of running it unmanaged along side it.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@koxu1996
Comment options

Answer selected by koxu1996
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5840 on April 25, 2024 20:45.