Skip to main content

astroctl_infra_kubernetes_addons

astroctl infra kubernetes addons

Manage Kubernetes cluster add-ons

astroctl infra kubernetes addons [flags]

Examples


# List installed add-ons
astroctl infra k8s addons get production

# Show one installed add-on
astroctl infra k8s addons get production cert-manager

# Install or update from desired-state YAML
astroctl infra k8s addons apply -f cert-manager.yaml

# Uninstall an add-on
astroctl infra k8s addons delete production cert-manager --yes

Options

-h, --help help for addons

Options inherited from parent commands

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

SEE ALSO