Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagepy
# bitnami/nginx 대신 ./nginx로 지정.
$ helm install -g -n ns-test01 ./nginx

Uninstall Chart

Helm Release 확인

Code Block
languagepy
$ helm ls -A
NAME                    NAMESPACE       REVISION        UPDATED                                 STATUS          CHART           APP VERSION
nginx-1606191524        default         1               2020-11-24 13:18:46.768504183 +0900 KST deployed        nginx-8.1.0     1.19.4
nginx-1606192435        ns-test01       1               2020-11-24 13:33:57.905368836 +0900 KST deployed        nginx-8.1.0     1.19.4
nginx-1606197987        ns-test01       1               2020-11-24 15:06:30.102370781 +0900 KST deployed        nginx-8.1.0     1.19.4

Uninstall a certain Release

Code Block
# Usage:
#   helm uninstall RELEASE_NAME [...] [flags]

# Aliases:
#   uninstall, del, delete, un

$ helm uninstall -n default nginx-1606191524
release "nginx-1606191524" uninstalled