Skip to content

Commit

Permalink
Update Admission Webhooks Doc (#1181)
Browse files Browse the repository at this point in the history
Co-authored-by: Jorge Turrado Ferrero <[email protected]>
Co-authored-by: Zhenghan Zhou <[email protected]>
Co-authored-by: Tom Kerkhove <[email protected]>
  • Loading branch information
4 people authored Aug 29, 2023
1 parent 68e9510 commit 0b3a414
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions content/docs/2.12/concepts/admission-webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ KEDA will block all incoming changes to `ScaledObject` that don't match these ru
- The scaled workload (`scaledobject.spec.scaleTargetRef`) is already autoscaled by another other sources (other ScaledObject or HPA).
- CPU and/or Memory trigger are used and the scaled workload doesn't have the requests defined. **This rule doesn't apply to all the workload types, only to `Deployment` and `StatefulSet`.**
- CPU and/or Memory trigger are **the only used triggers** and the ScaledObject defines `minReplicaCount:0`. **This rule doesn't apply to all the workload types, only to `Deployment` and `StatefulSet`.**

KEDA will block all incoming changes to `TriggerAuthentication`/`ClusterTriggerAuthentication` that don't match these rules:

- The specified identity ID for Azure AD Workload Identity and/or Pod Identity is empty. (Default/unset identity ID will be passed through.)
> NOTE: This only applies if the `TriggerAuthentication/ClusterTriggerAuthentication` is overriding the default identityId provided to KEDA during the installation

0 comments on commit 0b3a414

Please sign in to comment.