Skip to content

Not getting EXTERNAL-IP after proper installation of KNative with Minikube and Istio (without a VM driver) #338

@erandiganepola

Description

@erandiganepola

Expected Behavior

After installing Minikube and creating Cluster properly as per the KNative doc, Istio is installed to the cluster properly (verified by checking the status and it was running without any issues).
To deploy the sample helloworld.go app as given in the doc external IP is required.

External IP sould be given for the following commend as per the document.kubectl get svc knative-ingressgateway -n istio-system.

Actual Behavior

For the above scenario, I didn't get the external IP for the command kubectl get svc knative-ingressgateway -n istio-system.

Result got:

kubectl get svc knative-ingressgateway -n istio-system
NAME                     TYPE       CLUSTER-IP     EXTERNAL-IP   PORT(S)                                      AGE
knative-ingressgateway   NodePort   10.111.6.191   <none>        80:32380/TCP,443:32390/TCP,32400:32400/TCP   2h

Steps to Reproduce the Problem

  1. follow install Minikube without a VM driver
  2. follow deploy helloworld go app
  3. run command kubectl get svc knative-ingressgateway -n istio-system and check output value for the EXTERNAL-IP

Additional Info

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions