Skip to content
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