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. --plugins strings plugin keys of the plugin to initialize the project with
  2. --project-version string project version
  3. --verbose Enable verbose logging

SEE ALSO

Last modified February 11, 2021: align the sdk with kb (#4402) (4fc8a17c)