From c2798dd1249f56a822fd7e1e924dbb82ed3f71e4 Mon Sep 17 00:00:00 2001 From: Gbenga Taylor <30447678+gbengataylor@users.noreply.github.com> Date: Tue, 21 Jan 2020 16:59:23 -0500 Subject: [PATCH] fix errors with Rate Limiting lab --- workshop/content/rate-limiting.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/workshop/content/rate-limiting.adoc b/workshop/content/rate-limiting.adoc index 96087c4..6c3522f 100644 --- a/workshop/content/rate-limiting.adoc +++ b/workshop/content/rate-limiting.adoc @@ -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 @@ -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: