Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Ingress Doesn't Return Adress (LXD) #49614
Comments
k8s-ci-robot
added
the
kind/bug
label
Jul 26, 2017
k8s-merge-robot
added
the
needs-sig
label
Jul 26, 2017
myaspm
commented
Jul 26, 2017
|
/sig network |
k8s-ci-robot
added
the
sig/network
label
Jul 26, 2017
k8s-merge-robot
removed
the
needs-sig
label
Jul 26, 2017
|
@myaspm I used this guide https://kubernetes.io/docs/getting-started-guides/ubuntu/ as reference to reproduce the issue: Installed a vm in virtualbox (Ubuntu)
sudo usermod -a -G lxd $USER
sudo snap install conjure-up --classic
conjure-up kubernetes
The issue here is that the installation uses an old version of the nginx ingress controller (14 months to be exact) where there was no update status of the Ingress rule/s |
myaspm
commented
Aug 12, 2017
|
I will try this, thanks a lot! |
|
@myaspm can we close this issue? |
thockin
closed this
Oct 30, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
myaspm commentedJul 26, 2017
•
Edited 1 time
-
myaspm
Jul 26, 2017
Is this a BUG REPORT or FEATURE REQUEST?:
What happened: I installed Kubernetes on localhost LXD. When trying to expose containers to outside network (outside cluster but still inside private company network) by ingress, ingress address column comes up empty. All my steps are from official tutorials/documentations. kubectl get events returns
What you expected to happen: To see an IP adress which is accessible from outside cluster network.
How to reproduce it (as minimally and precisely as possible):
Install kubernetes on LXD. Deploy an image. Create a service for that application. Create an ingress for the service.
Anything else we need to know?:
Installed on Ubuntu 16.04. Using LXD and Juju. Kubernetes is conjured up.
Environment:
kubectl version): 1.7.0uname -a): 4.4.0-31-generic