Skip to content

kindplane provider remove

kindplane provider remove

Remove a Crossplane provider from the cluster

Synopsis

Remove a Crossplane provider from the running cluster.

This will delete the provider resource from the cluster. Any managed resources created by this provider may become orphaned.

kindplane provider remove <provider-name> [flags]

Examples

  # Remove a provider (with confirmation)
  kindplane provider remove provider-aws

  # Force remove without confirmation
  kindplane provider remove provider-aws --force

Options

  -f, --force              skip confirmation prompt
  -h, --help               help for remove
      --timeout duration   timeout for removal (default 5m0s)

Options inherited from parent commands

  -c, --config string   config file (default is ./kindplane.yaml)
  -V, --verbose         verbose output

SEE ALSO