Skip to content

Conversation

@stefanprodan
Copy link
Member

@stefanprodan stefanprodan commented Oct 11, 2025

The flux-operator delete commands are used to delete the Flux Operator resources from the cluster.

The following commands are available:

  • flux-operator delete instance <name>: Deletes the FluxInstance resource from the cluster.
  • flux-operator delete rset <name>: Deletes the ResourceSet resource from the cluster.
  • flux-operator delete rsip <name>: Deletes the ResourceSetInputProvider resource from the cluster.

Arguments:

  • -n, --namespace: Specifies the namespace scope of the command.
  • --wait: Waits for the resource to be deleted before returning (enabled by default).
  • --with-suspend: Suspends the resource before deleting it (leaving the managed resources in-place).

@stefanprodan stefanprodan added enhancement New feature or request area/cli CLI related issues and pull requests labels Oct 11, 2025
@stefanprodan stefanprodan force-pushed the cmd-delete branch 3 times, most recently from c79b76b to f9e8df7 Compare October 11, 2025 07:54
Copy link
Member

@matheuscscp matheuscscp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--with-suspend is pretty cool!

@stefanprodan stefanprodan merged commit 421f19b into main Oct 11, 2025
4 checks passed
@stefanprodan stefanprodan deleted the cmd-delete branch October 11, 2025 11:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/cli CLI related issues and pull requests enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants