Delete a currently running cluster
ctlptl delete -f FILENAME [flags]
ctlptl delete -f cluster.yaml
ctlptl delete cluster minikube
--cascade string If 'true', objects will be deleted recursively. For example, deleting a cluster will delete any connected registries. Defaults to 'false'. (default "false")
-f, --filename strings
-h, --help help for delete
--ignore-not-found If the requested object does not exist the command will return exit code 0.
- ctlptl - Mess around with local Kubernetes clusters without consequences