operator-sdk cleanup

operator-sdk cleanup

Delete and clean up after a running Operator

Synopsis

Delete and clean up after a running Operator

  1. operator-sdk cleanup [flags]

Options

  1. --kubeconfig string The file path to kubernetes configuration file. Defaults to location specified by $KUBECONFIG, or to default file rules if not set
  2. --namespace string (Deprecated: use --operator-namespace instead.) The namespace from which operator and namespacesresources are cleaned up
  3. --olm The operator to be cleaned up is managed by OLM in a cluster. Cannot be set with another cleanup-type flag (default true)
  4. --olm-namespace string [olm only] The namespace where OLM is installed (default "olm")
  5. --operator-namespace string [olm only] The namespace where operator resources are created. It must already exist in the cluster or be defined in a manifest passed to --include
  6. --manifests string [olm only] Directory containing operator bundle directories and metadata
  7. --operator-version string [olm only] Version of operator to deploy
  8. --install-mode string [olm only] InstallMode to create OperatorGroup with. Format: InstallModeType[=ns1,ns2[, ...]]
  9. --include strings [olm only] Path to Kubernetes resource manifests, ex. Role, Subscription. These supplement or override defaults generated by run/cleanup
  10. --timeout duration [olm only] Time to wait for the command to complete before failing (default 2m0s)
  11. -h, --help help for cleanup

SEE ALSO

Last modified January 1, 0001