incident-commander / scripts /teardown_kind.ps1
r1cksync
feat: real K8s backend via kind + EXEC_KUBECTL action + 9 fault injectors + /k8s/* endpoints + --local training preset + RUNBOOK
810229c
Raw
History Blame
162 Bytes
param([string]$ClusterName = "incident-commander")
kind delete cluster --name $ClusterName
Write-Host "✔ Cluster '$ClusterName' deleted" -ForegroundColor Green