Update multidimensional-pod-autoscaler/KEP.md

Co-authored-by: Tim Bannister <tim@scalefactory.com>
This commit is contained in:
Haoran Qiu 2023-03-06 14:25:53 -06:00 committed by GitHub
parent 1fc73452ce
commit 3bac442858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -375,7 +375,8 @@ This section must be completed when targeting beta to a release.
#### Does this feature depend on any specific services running in the cluster?
MPA relies on cluster-level service metrics-server and the API server needs to support Mutating Webhooks.
MPA relies on cluster-level `metrics.k8s.io` API (for example, from [metrics-server](https://github.com/kubernetes-sigs/metrics-server))
For the evict-and-replace mechanism, the API server needs to support the MutatingAdmissionWebhook API.
### Scalability