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
I have Litmus Operator running Litmus 3.5.0 in GKE. I would like to be able to deactivate a chaos-infrastructure and reactivate it on ad-hoc basis. Once I've installed the CRDs I can enable the infra.
However, I've found that disabling it once (either via the UI or using litmusctl disconnect chaos-infra), I can't create an environment with the same name as before - since the INFRA_ID and ACCESS_KEY is different even if the names are the same.
I thought it might be because the ids are managed separately in Mongo collections. So I decided to delete the CRDs from the chaos-infra in the cluster. This causes the chaos-infra to show up as INACTIVE. But when I re-apply the manifests again, it remains as INACTIVE and never turns ACTIVE again.
I would like to be able to save costs by turning off chaos-infra resources, but I always need to start a chaos-infra from scratch if I decided to disable it/delete the resources. Is there any way to re-activate a chaos infra after deleting the chaos-infra manifests?
The text was updated successfully, but these errors were encountered:
Question
I have Litmus Operator running Litmus 3.5.0 in GKE. I would like to be able to deactivate a chaos-infrastructure and reactivate it on ad-hoc basis. Once I've installed the CRDs I can enable the infra.
However, I've found that disabling it once (either via the UI or using
litmusctl disconnect chaos-infra
), I can't create an environment with the same name as before - since the INFRA_ID and ACCESS_KEY is different even if the names are the same.I thought it might be because the ids are managed separately in Mongo collections. So I decided to delete the CRDs from the chaos-infra in the cluster. This causes the chaos-infra to show up as
INACTIVE
. But when I re-apply the manifests again, it remains asINACTIVE
and never turnsACTIVE
again.I would like to be able to save costs by turning off chaos-infra resources, but I always need to start a chaos-infra from scratch if I decided to disable it/delete the resources. Is there any way to re-activate a chaos infra after deleting the chaos-infra manifests?
The text was updated successfully, but these errors were encountered: