Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix errors with Rate Limiting lab #18

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions workshop/content/rate-limiting.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ gateway.networking.istio.io/customer-gateway 3h16m
NAME GATEWAYS HOSTS AGE
virtualservice.networking.istio.io/customer [customer-gateway] [*] 3h16m

NAME HOST AGE
destinationrule.networking.istio.io/recommendation recommendation 36m
----

If you have any scripts running in the bottom terminal, make sure to click
Expand All @@ -49,7 +47,7 @@ The following YAML will limit the number of concurrent requests hitting _v2_ of

[source,bash,role="execute-1"]
----
sed -e "s/USERNAME/$JUPYTERHUB_USER/" /opt/app-root/workshop/content/src/istiofiles/recommendation_rate_limit.yml | oc apply -n %username%-smcp -f -
sed -e "s/USERNAME/$JUPYTERHUB_USER/" /opt/app-root/workshop/content/src/istiofiles/recommendation_rate_limit.yml | oc apply -n %username%-tutorial -f -
----

The YAML looks like the following:
Expand Down