operator-sdk cleanup packagemanifests

operator-sdk cleanup packagemanifests

Clean up an Operator in the package manifests format deployed with OLM

Synopsis

‘cleanup packagemanifests’ destroys an Operator deployed with OLM using the ‘run packagemanifests’ command. The command’s argument must be set to a valid package manifests root directory, ex. ‘<project-root>/packagemanifests’.

operator-sdk cleanup packagemanifests [flags]

Options

  -h, --help                  help for packagemanifests
      --install-mode string   InstallMode to create OperatorGroup with. Format: InstallModeType[=ns1,ns2[, ...]]
      --kubeconfig string     The file path to kubernetes configuration file. Defaults to location specified by $KUBECONFIG, or to default file rules if not set
      --namespace string      The namespace where operator resources are created. It must already exist in the cluster
      --timeout duration      Time to wait for the command to complete before failing (default 2m0s)
      --version string        Packaged version of the operator to deploy

Options inherited from parent commands

      --verbose   Enable verbose logging

SEE ALSO