question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

microk8s.enable ingress does not work when context namespace is not default

See original GitHub issue

When 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:closed
  • Created 4 years ago
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
asfernandescommented, Jun 10, 2019

I think microk8s.enable ingress should create the objects in a fixed namespace, not in the one defined in the current context.

1reaction
balchuacommented, Jun 12, 2019

We can work on this one after this pr? https://github.com/ubuntu/microk8s/pull/484

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found