Hi Devs,

I created an Ingress using wso2-micro-integrator-ingress.yaml attached
below. When I executed below command I get empty ADDRESS field.

Operating System : MAC OS Mojave
Docker Desktop version : 2.0.2.0


*hasitha@Hasithas-MacBook-Pro:/temp/k8$ kubectl get ingress*

NAME                                         HOSTS
ADDRESS   PORTS   AGE
wso2-micro-integrator-ingress   wso2-micro-integrator
 80           3h27m


apiVersion: extensions/v1beta1
kind: Ingress
metadata:
  name: wso2-micro-integrator-ingress
  annotations:
    kubernetes.io/ingress.class: "nginx"
spec:
  rules:
  - host: wso2-micro-integrator
    http:
      paths:
      - path: /
        backend:
          serviceName: hello-world-service
          servicePort: 8290

I noticed below resources, but unable to find a solution. Can anyone help?

1.
https://stackoverflow.com/questions/51511547/empty-address-kubernetes-ingress
2.
https://www.edureka.co/community/19279/kubectl-get-ing-gives-no-address-in-kubernetes-ingress
3. https://github.com/nginxinc/kubernetes-ingress/issues/204

Thanks
-- 
*Hasitha Abeykoon*
Associate Technical Lead; WSO2, Inc.; http://wso2.com
*blog: **abeykoon.blogspot.com* <http://abeykoon.blogspot.com>
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to