Skip to content

Add enforce flag to enable forced cluster deletion

Karen Almog requested to merge MKA-3050 into main

Closes MKA-3050 This MR adds an --enforce flag to the apply command (default: false). When enabled, infractl will delete any cluster on the specified project that is now configured under config.yaml By default, this is disabled, so infractl will not delete non-owned clusters.

Merge request reports