-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Milestone
Description
ISSUE TYPE
Improvement request/BUG
COMPONENT NAME
Component: CKS
CLOUDSTACK VERSION
Cloudstack version 4.18 4.19
SUMMARY
CKS Cluster goes into an alert state when a vm part of the cluster is destoryed/expunged
Steps to reproduce the issue
- Create a cks cluster with a worker size let's say 2
- Wait till cks cluster is in running state
- Expunge one of the worker node vm
- The cks cluster goes into alert state
Expected behaviour
Cloudstack should throw an error popup message when user tries to delete a vm which is part of a cks cluster.
"Expunge is not allowed as its part of a cks cluster."
This could be the same behaviour when we try to delete a vpc which has active tier in it
Actual behaviour
Currently, Cloudstack allows to deletion a vm which is part of a cks cluster
Reactions are currently unavailable