microk8s.enable ingress does not work when context namespace is not default
See original GitHub issueWhen I set my context namespace to a custom one and use microk8s.enable ingress
, the ingress controller objects are created on my namespace.
But when that happens it does not work when I create my ingress. Instead of display 127.0.0.1
in the address field of kubectl get ingress
, it shows blank and the address is not accessible.
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
microk8s.enable ingress does not work when context ... - GitHub
When I set my context namespace to a custom one and use microk8s.enable ingress, the ingress controller objects are created on my namespace....
Read more >Addon: Ingress - MicroK8s
This addon adds an NGINX Ingress Controller for MicroK8s. It is enabled by running the command: microk8s enable ingress. With the Ingress addon...
Read more >Microk8s ingress with nginx - why this setup doesn't work?
I'd like to put together a dev environment where there is a kubernetes cluster (I intend to use Microk8s with multiple nodes at...
Read more >Learn Kubernetes 101 - Part 5 - Using Ingress
If you do not have these already installed and running, ... Open the Terminal. Enable ... When Ingress is enabled, MicroK8s adds an...
Read more >Microk8s - Ingress not working : r/kubernetes - Reddit
I enabled ingress via microk8s enable ingress and… ... Namespace: test-3 ... (<error: endpoints "default-http-backend" not found>).
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 FreeTop 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
Top GitHub Comments
I think
microk8s.enable ingress
should create the objects in a fixed namespace, not in the one defined in the current context.We can work on this one after this pr? https://github.com/ubuntu/microk8s/pull/484