Skip to content

Commit

Permalink
Admission Webhooks won't be mandatory (kedacore#1137)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <[email protected]>
  • Loading branch information
zroubalik authored May 30, 2023
1 parent 84abf48 commit bfffcee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions content/docs/2.10/concepts/admission-webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description = "Automatically validate resource changes to prevent misconfigurati
weight = 600
+++

> 💡 The Admission Webhooks are an opt-in feature and will become an opt-out feature as of KEDA v2.12.
There are some several misconfiguration scenarios that can produce scaling problems in productive workloads, for example: in Kubernetes a single workload should never be scaled by 2 or more HPA because that will produce conflicts and unintended behaviors.

Some errors with data format can be detected during the model validation, but these misconfigurations can't be detected in that step because the model is correct indeed. For trying to avoid those misconfigurations at data plane detecting them early, admission webhooks validate all the incoming (KEDA) resources (new or updated) and reject any resource that doesn't match the rules below.
Expand Down
2 changes: 0 additions & 2 deletions content/docs/2.11/concepts/admission-webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ description = "Automatically validate resource changes to prevent misconfigurati
weight = 600
+++

> 💡 The Admission Webhooks are an opt-in feature and will become an opt-out feature as of KEDA v2.12.
There are some several misconfiguration scenarios that can produce scaling problems in productive workloads, for example: in Kubernetes a single workload should never be scaled by 2 or more HPA because that will produce conflicts and unintended behaviors.

Some errors with data format can be detected during the model validation, but these misconfigurations can't be detected in that step because the model is correct indeed. For trying to avoid those misconfigurations at data plane detecting them early, admission webhooks validate all the incoming (KEDA) resources (new or updated) and reject any resource that doesn't match the rules below.
Expand Down

0 comments on commit bfffcee

Please sign in to comment.