Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 1.51 KB

05-01-conditions.md

File metadata and controls

16 lines (14 loc) · 1.51 KB

Keda CR Conditions

This section describes the possible states of the Keda CR. Two condition types, Installed and Deleted, are used.

No CR State Condition type Condition status Condition reason Remark
1 Ready Installed true Verified Server ready
2 Processing Installed unknown Initialized Initialized
3 Processing Installed unknown Verification Verification in progress
4 Error Installed false ApplyObjError Apply object error
5 Error Installed false DeploymentUpdateErr Deployment update error
6 Error Installed false VerificationErr Verification error
7 Error Installed false KedaDuplicated Only one instance of Keda is allowed
8 Deleting Deleted unknown Deletion Deletion in progress
9 Deleting Deleted true Deleted Keda module deleted
10 Error Deleted false DeletionErr Deletion failed