Ability to disable traefik
See original GitHub issueFor feature requests, describe what you’d like to add or change
It would be nice to have ability to install own ingress controller. For example our company uses nginx
one and all our internal manifests/charts have appropriate definitions.
Setup (please complete the following information):
- OS: MacOS Monterey
- Rancher Desktop version: 0.6.1
- Kubernetes version: 1.21.6
Additional context
Now I have to uninstall traefik
and traefik-crd
helm charts and install nginx-ingress
one manually every time I switch/reinstall k8s version
Issue Analytics
- State:
- Created 2 years ago
- Reactions:10
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Unable to disable Traefik · Issue #1160 · k3s-io/k3s - GitHub
To disable it [Traefik], start each server with the --no-deploy traefik option. Obviously when installing k3s with the install script this is ...
Read more >How to disable Traefik on some nodes? - Rancher Labs
I have 5 nodes in a cluster. and I want to disable Traefik ingress on one ... You should be able to exclude...
Read more >How to deploy Nginx instead of Traefik as your ingress ... - SUSE
This knowledge base article will provide the directions for deploying NGINX instead of Traefik as your Kubernetes ingress controller on K3s.
Read more >Kubernetes | Traefik | v1.7
To disable passing the Host header per ingress resource set the traefik.frontend.passHostHeader annotation on your ingress to "false" . Here is an example ......
Read more >Setting up your own K3S home cluster - Fullstaq
curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC=”server --disable traefik --disable servicelb” sh - ... Now you should be able to use the cluster.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Agreed, but that won’t make it into the next release, and maybe not into the one after either (there is still so much stuff to be done), so I wanted to have at least a way to configure things “manually” until there is a proper GUI way to do it.
This is not true for windows… right? Where can I change the settings for Windows?