operator-sdk cleanup

operator-sdk cleanup

Clean up an Operator deployed with the ‘run’ subcommand

Synopsis

This command has subcommands that will destroy an Operator deployed with OLM.

  1. operator-sdk cleanup <operatorPackageName> [flags]

Options

  1. -h, --help help for cleanup
  2. --kubeconfig string Path to the kubeconfig file to use for CLI requests.
  3. -n, --namespace string If present, namespace scope for this CLI request
  4. --timeout duration Time to wait for the command to complete before failing (default 2m0s)

Options inherited from parent commands

  1. --verbose Enable verbose logging

SEE ALSO

  • operator-sdk - Development kit for building Kubernetes extensions and tools.

Last modified August 5, 2020: operator-sdk cleanup: remove packagemanifests, add generic command (#3644) (13198cfc)