Merge pull request #6723 from ElvinEfendi/fix-docs-link

fix link in annotation docs
This commit is contained in:
Kubernetes Prow Robot 2021-01-05 06:28:01 -08:00 committed by GitHub
commit b5094a882d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -509,7 +509,7 @@ it is impossible to configure a proper rate limit using stock NGINX functionalit
Global Rate Limiting overcome this by using [lua-resty-global-throttle](https://github.com/ElvinEfendi/lua-resty-global-throttle). `lua-resty-global-throttle` shares its counters via a central store such as `memcached`.
The obvious shortcoming of this is users have to deploy and operate a `memcached` instance
in order to benefit from this functionality. Configure the `memcached`
using [these configmap settings](./configmap.md#memcached).
using [these configmap settings](./configmap.md#global-rate-limit).
**Here are a few remarks for ingress-nginx integration of `lua-resty-global-throttle`:**