You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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