vitobotta / hetzner-k3s

The easiest and fastest way to create and manage Kubernetes clusters in Hetzner Cloud using the lightweight distribution k3s by Rancher.
MIT License
1.9k stars 141 forks source link

Nginx default ingress class #431

Closed lauw70 closed 2 months ago

lauw70 commented 2 months ago

After many hours of staring at a 404 Not Found page from Nginx, I found there is such a thing as a "default Ingress Class". I propose we make this part of the setup example, as the majority of the users expect this by default. Additionally, many Helm Charts do not specify an Ingress Class, resulting in a 404 Not Found page.

(I also added a link to this setup doc, as I spent many hours today trying to get it working using snippets from issues, only to find out that there was a really nice guide hidden in the docs folder)

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

vitobotta commented 2 months ago

Nice PR, thanks!