diff --git a/content/docs/2.17/concepts/admission-webhooks.md b/content/docs/2.17/concepts/admission-webhooks.md index b3e5e0e05..b58bc9e9c 100644 --- a/content/docs/2.17/concepts/admission-webhooks.md +++ b/content/docs/2.17/concepts/admission-webhooks.md @@ -12,6 +12,7 @@ Some errors with data format can be detected during the model validation, but th KEDA will block all incoming changes to `ScaledObject` that don't match these rules: +- The scaled workload (`scaledobject.spec.scaleTargetRef`) is not found. - 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`.**