Events reference Latest

Kubernetes Events emitted by KEDA

Suggest a change

KEDA emits the following Kubernetes Events:

EventTypeDescription
ScaledObjectReadyNormalOn the first time a ScaledObject is ready, or if the previous ready condition status of the object was Unknown or False
ScaledJobReadyNormalOn the first time a ScaledJob is ready, or if the previous ready condition status of the object was Unknown or False
ScaledObjectCheckFailedWarningIf the check validation for a ScaledObject fails
ScaledJobCheckFailedWarningIf the check validation for a ScaledJob fails
ScaledObjectDeletedNormalWhen a ScaledObject is deleted and removed from KEDA watch
ScaledJobDeletedNormalWhen a ScaledJob is deleted and removed from KEDA watch
KEDAScalersStartedNormalWhen Scalers watch loop have started for a ScaledObject or ScaledJob
KEDAScalersStoppedNormalWhen Scalers watch loop have stopped for a ScaledObject or a ScaledJob
KEDAScalerFailedWarningWhen a Scaler fails to create or check its event source
KEDAScaleTargetActivatedNormalWhen the scale target (Deployment, StatefulSet, etc) of a ScaledObject is scaled to 1, triggered by {scalers1;scalers2;…}
KEDAScaleTargetDeactivatedNormalWhen the scale target (Deployment, StatefulSet, etc) of a ScaledObject is scaled to 0
KEDAScaleTargetActivationFailedWarningWhen KEDA fails to scale the scale target of a ScaledObject to 1
KEDAScaleTargetDeactivationFailedWarningWhen KEDA fails to scale the scale target of a ScaledObject to 0
KEDAJobsCreatedNormalWhen KEDA creates jobs for a ScaledJob
TriggerAuthenticationAddedNormalWhen a new TriggerAuthentication is added
TriggerAuthenticationDeletedNormalWhen a TriggerAuthentication is deleted
ClusterTriggerAuthenticationAddedNormalWhen a new ClusterTriggerAuthentication is added
ClusterTriggerAuthenticationDeletedNormalWhen a ClusterTriggerAuthentication is deleted