Skip to content

Latest commit

 

History

History
364 lines (226 loc) · 2.66 KB

keda-custom-resource-conditions-12a88ed.md

File metadata and controls

364 lines (226 loc) · 2.66 KB

Keda Custom Resource Conditions

This document 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

Remarks

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

One instance of Keda is allowed

8

Deleted

unknown

Deletion

Deletion in progress

Deletion in progress

9

Deleting

Deleted

true

Deleted

Keda module deleted

10

Error

Deleted

false

DeletionErr

Deletion failed