You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the Service is in the REBUILDING state on Aiven side we have the following Condition:
- lastTransitionTime: "2021-06-23T12:33:34Z"message: Instance was created or update on Aiven side, status remains unknownreason: CreatedOrUpdatestatus: Unknowntype: Running
Could we implement something like this:
- lastTransitionTime: "2021-06-23T12:33:34Z"
message: Instance is rebuilding on Aiven side
reason: CreatedOrUpdate
status: True # set to true
type: Rebuilding # a new type named Rebuilding
The text was updated successfully, but these errors were encountered:
While the Service is in the REBUILDING state on Aiven side we have the following Condition:
Could we implement something like this:
The text was updated successfully, but these errors were encountered: