Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kubernetes ingress controller doesn't give IP address #315

Closed
mbiaccount opened this issue Jul 17, 2018 · 1 comment
Closed

Kubernetes ingress controller doesn't give IP address #315

mbiaccount opened this issue Jul 17, 2018 · 1 comment
Labels
enhancement Pull requests for new features/feature enhancements

Comments

@mbiaccount
Copy link

I need to use an Ingress for accessing pod that running on my nodes.

first thing I do is creating the ingress controller following this link : https://kubernetes.github.io/ingress-nginx/

It's leading me to this :

[root@kubernetes-01 ingress-gce-1.1.1]# poa
NAMESPACE       NAME                                       READY     STATUS    RESTARTS   AGE
cattle-system   cattle-cluster-agent-5c8b8f958f-d5r4n      1/1       Running   0          22m
cattle-system   cattle-node-agent-stnpj                    1/1       Running   0          21m
ingress-nginx   default-http-backend-846b65fb5f-qn7qb      1/1       Running   0          23m
ingress-nginx   nginx-ingress-controller-d658896cd-czxp6   1/1       Running   0          19m
kube-system     coredns-78fcdf6894-cmwkm                   1/1       Running   9          26m
kube-system     coredns-78fcdf6894-d5r7t                   1/1       Running   9          26m
kube-system     etcd-kubernetes-01                         1/1       Running   0          26m
kube-system     kube-apiserver-kubernetes-01               1/1       Running   0          26m
kube-system     kube-controller-manager-kubernetes-01      1/1       Running   0          26m
kube-system     kube-proxy-ghc8p                           1/1       Running   0          24m
kube-system     kube-proxy-zf8v4                           1/1       Running   0          26m
kube-system     kube-scheduler-kubernetes-01               1/1       Running   0          26m
kube-system     weave-net-dzsbg                            2/2       Running   0          24m
kube-system     weave-net-s8tmn                            2/2       Running   0          26m

[root@kubernetes-01 ~]# svc
NAMESPACE       NAME                   TYPE           CLUSTER-IP       EXTERNAL-IP   PORT(S)                      AGE
default         kubernetes             ClusterIP      10.96.0.1        <none>        443/TCP                      30m
ingress-nginx   default-http-backend   ClusterIP      10.97.52.3       <none>        80/TCP                       27m
ingress-nginx   ingress-nginx          LoadBalancer   10.105.113.138   <pending>     80:32291/TCP,443:31604/TCP   23m
kube-system     kube-dns               ClusterIP      10.96.0.10       <none>        53/UDP,53/TCP                30m

I attempted to launch severals ingress, changing the service's ports each time, but the issue still remain the same :

[root@kubernetes-01 ~]# kubectl get ing
NAME      HOSTS     ADDRESS   PORTS     AGE
test      tryyy                80       1m

I am aware that ADDRESS column shouldn't be empty, but I don't see why it isn't and I'm running out of ideas.

Informations :
-My OS is RedHat 7.5

  • Kubernetes version is v1.11.0
  • Docker version is 1.13.1

(It is my first request on such forum, I hope I respect all the good practices.)
Thank you in advance

@mbiaccount mbiaccount changed the title Kubernetes ingress controller doesn't work Kubernetes ingress controller doesn't give IP adress Jul 25, 2018
@isaachawley isaachawley mentioned this issue Jul 27, 2018
5 tasks
@isaachawley isaachawley added the enhancement Pull requests for new features/feature enhancements label Jul 30, 2018
@Dean-Coakley Dean-Coakley changed the title Kubernetes ingress controller doesn't give IP adress Kubernetes ingress controller doesn't give IP address Aug 9, 2018
@isaachawley
Copy link
Contributor

This is now supported in v1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Pull requests for new features/feature enhancements
Projects
None yet
Development

No branches or pull requests

2 participants