Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 721 Bytes

ctlptl_delete.md

File metadata and controls

29 lines (20 loc) · 721 Bytes

ctlptl delete

Delete a currently running cluster

ctlptl delete -f FILENAME [flags]

Examples

  ctlptl delete -f cluster.yaml
  ctlptl delete cluster minikube

Options

      --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.

SEE ALSO

  • ctlptl - Mess around with local Kubernetes clusters without consequences
Auto generated by spf13/cobra on 17-Dec-2024