Skip to content

Commit

Permalink
Update doc/user-guides/secure-protect-connect.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Madigan <[email protected]>
  • Loading branch information
2 people authored and eguzki committed Dec 12, 2023
1 parent 5b3f892 commit 0e08054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/user-guides/secure-protect-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ kubectl wait ratelimitpolicy infra-ratelimit -n kuadrant-system --for=condition=
The limit here is artificially low in order for us to show it working easily. Lets test it with our endpoint:

```
for i in {1..10}; do curl -k --resolve api.${KUADRANT_ZONE_ROOT_DOMAIN}:443:172.18.200.1 "https://api.$KUADRANT_ZONE_ROOT_DOMAIN/cars" && sleep 1; done
for i in {1..10}; do curl -k --resolve api.${KUADRANT_ZONE_ROOT_DOMAIN}:443:${INGRESS_HOST} "https://api.$KUADRANT_ZONE_ROOT_DOMAIN/cars" && sleep 1; done
```

Here we should see `409s` start returning after the 5th request.
Expand Down

0 comments on commit 0e08054

Please sign in to comment.