fix typos. (#7640)

This commit is contained in:
agile6v 2021-09-16 02:30:12 +08:00 committed by GitHub
parent 1d496a52cb
commit 09756e41d4
2 changed files with 2 additions and 2 deletions

View file

@ -531,7 +531,7 @@ to include that in access logs.
1. The annotations below creates Global Rate Limiting instance per ingress. 1. The annotations below creates Global Rate Limiting instance per ingress.
That means if there are multuple paths configured under the same ingress, That means if there are multuple paths configured under the same ingress,
the Global Rate Limiting will count requests to all the paths under the same counter. the Global Rate Limiting will count requests to all the paths under the same counter.
Extract a path out into its own ingres if you need to isolate a certain path. Extract a path out into its own ingress if you need to isolate a certain path.
* `nginx.ingress.kubernetes.io/global-rate-limit`: Configures maximum allowed number of requests per window. Required. * `nginx.ingress.kubernetes.io/global-rate-limit`: Configures maximum allowed number of requests per window. Required.

View file

@ -33,4 +33,4 @@ Mounting is the quickest option.
### Enabling plugins ### Enabling plugins
Once your plugin is ready you need to use [`plugins` configuration setting](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#plugins) to activate it. Let's say you want to active `hello_world` and `open_idc` plugins, then you set `plugins` setting to `"hello_world, open_idc"`. _Note_ that the plugins will be executed in the given order. Once your plugin is ready you need to use [`plugins` configuration setting](https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/configmap/#plugins) to activate it. Let's say you want to activate `hello_world` and `open_idc` plugins, then you set `plugins` setting to `"hello_world, open_idc"`. _Note_ that the plugins will be executed in the given order.