openshift-labs / learn-katacoda

The OpenShift learning portal, powered by Katacoda
https://learn.openshift.com
159 stars 266 forks source link

Istio 1.0.X workshopm: Monitoring and Tracing -> Custom Metric istioctl command not found #285

Closed soheilade closed 5 years ago

soheilade commented 5 years ago

I am following this workshop from openshift Monitoring and Tracing -> Custom Metric

when running this command istioctl create -f istiofiles/recommendation_requestcount.yml -n istio-system

I get the error istioctl command not found any idea?

soheilade commented 5 years ago

After running ./install-microservices.sh in other tutorials, when running curl http://customer-tutorial.2886795269-80-kitek03.environments.katacoda.com I also get the error that Application is not available in an html file. any help here is also appreciated.

BenHall commented 5 years ago

Thanks for letting us know about this. We've attempted to debug and isolated the issue a couple of times but we haven't been able to.

Could you please try again and let us know if you continue to have issues?

I'm closing this for now but please reopen if you continue to have problems.

merusso commented 5 years ago

I ran into this same issue. Apparently, istioctl wasn't added to the path in this tutorial. The following command fixes the issue:

export PATH=$PATH:/root/installation/istio-1.0.2/bin