Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (22 loc) · 1.17 KB

operator-sdk_alpha_cleanup.md

File metadata and controls

31 lines (22 loc) · 1.17 KB

operator-sdk alpha cleanup

Delete and clean up after a running Operator

Synopsis

Delete and clean up after a running Operator

operator-sdk alpha cleanup [flags]

Options

      --force-registry            Force deletion of the in-cluster registry.
  -h, --help                      help for cleanup
      --include strings           Path to Kubernetes resource manifests, ex. Role, Subscription. These supplement or override defaults generated by run/cleanup
      --install-mode string       InstallMode to create OperatorGroup with. Format: InstallModeType=[ns1,ns2[, ...]]
      --kubeconfig string         Path to kubeconfig
      --manifests string          Directory containing package manifest and operator bundles.
      --namespace string          Namespace in which to create resources
      --olm                       The operator to be deleted is managed by OLM in a cluster. (default true)
      --operator-version string   Version of operator to deploy
      --timeout duration          Time to wait for the command to complete before failing (default 2m0s)

SEE ALSO