Skip to main content

astroctl_infra_kubernetes_addons_delete

astroctl infra kubernetes addons delete

Uninstall an add-on

astroctl infra kubernetes addons delete <cluster-name> <addon> [flags]

Examples


astroctl infra k8s addons delete production cert-manager
astroctl infra k8s addons delete -f cert-manager.yaml --yes

Options

-f, --file string Add-on manifest file; use '-' for stdin
--force Delete even when another add-on depends on it
-h, --help help for delete
--timeout string Wait up to this duration for deletion (for example 10m)
-y, --yes Skip confirmation

Options inherited from parent commands

-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO