lab-ossm
lab-ossm copied to clipboard
Issues Rate Limiting Lab
Problem 1:
Before Starting Section - In the previous lab, the destination rule for the recommendation was deleted so when the user runs
oc -n user1-tutorial get istio-io
It won't include the destination rule like the guide says
Problem 2:
Rate Limiting Section -
The istio resources are created in the
sed -e "s/USERNAME/$JUPYTERHUB_USER/" /opt/app-root/workshop/content/src/istiofiles/recommendation_rate_limit.yml \
| oc create -n user1-smcp -f -
it should be
sed -e "s/USERNAME/$JUPYTERHUB_USER/" /opt/app-root/workshop/content/src/istiofiles/recommendation_rate_limit.yml \
| oc create -n user1-tutorial -f -