openshift-labs / learn-katacoda

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

Issues with Red Hat Istio course modules #964

Open AbAtIbm opened 3 years ago

AbAtIbm commented 3 years ago

First module is ok but from starting from "Deploy Microservices" nothing works it seems. At the point where pods are supposed to be started nothing happens and the course is in limbo. On "oc get pods" you only get "No resources found."

AbAtIbm commented 3 years ago

url: https://learn.openshift.com/servicemesh/2-deploy-microservices

alcazzar2020 commented 3 years ago

Have the same issue .. and in course "Advanced RouteRules" the script mentioned in the beginning "/install-microservices.sh" even does not exist ... ??

PC4stel commented 3 years ago

First module is ok but from starting from "Deploy Microservices" nothing works it seems. At the point where pods are supposed to be started nothing happens and the course is in limbo. On "oc get pods" you only get "No resources found."

For the pods not being created I found it is a permission issue. I managed to fix it and get the pods created by entering the following commands:

oc adm policy add-scc-to-user privileged -z customer -n tutorial
oc adm policy add-scc-to-user privileged -z preference -n tutorial
oc adm policy add-scc-to-user privileged -z recommendation -n tutorial

But now I'm facing issues with the route / services which do not seem to work (probably an issue with istio) .