From 95759f7bb65b2b76ed15dac1ae13a1c02bee45b5 Mon Sep 17 00:00:00 2001 From: dangen Date: Tue, 14 Mar 2023 16:49:32 +0900 Subject: [PATCH] docs: typo Plugion to Plugin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c54933ad..b2b8e93f3 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ These are top level keys in the Descheduler Policy that you can use to configure | `maxNoOfPodsToEvictPerNode` |`int`| `nil` | maximum number of pods evicted from each node (summed through all strategies) | | `maxNoOfPodsToEvictPerNamespace` |`int`| `nil` | maximum number of pods evicted from each namespace (summed through all strategies) | -### Evictor Plugion configuration (Default Evictor) +### Evictor Plugin configuration (Default Evictor) The Default Evictor Plugin is used by default for filtering pods before processing them in an strategy plugin, or for applying a PreEvictionFilter of pods before eviction. You can also create your own Evictor Plugin or use the Default one provided by Descheduler. Other uses for the Evictor plugin can be to sort, filter, validate or group pods by different criteria, and that's why this is handled by a plugin and not configured in the top level config.