Skip to content

Error in Docs -> helm uninstall  #1626

Open
@howa

Description

https://helm.sh/docs/intro/cheatsheet/#install-and-uninstall-apps

helm uninstall {name} # Uninstall a release

will yield error:

helm uninstall {name}
Error: uninstall: Release not loaded: {name}: release: not found

correct command should be

helm uninstall {name} -n {namespace} # Uninstall a release, provide namespace if release is under namespace

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions