helm list
Jump to navigation
Jump to search
helm list
lists all of the releases for a specified namespace.
Examples[edit]
helm list NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
helm list NAME REVISION UPDATED STATUS CHART APP VERSION NAMESPACE mysql 1 Wed Aug 7 11:43:01 2019 DEPLOYED mysql-1.3.0
helm list NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION grafana default 1 2020-08-30 18:31:13.555473 +0400 +04 deployed grafana-5.5.5 7.1.1
helm ls NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION metrics-server default 1 2021-12-02 18:27:09.492029 +0300 +03 deployed metrics-server-3.7.0 0.5.2 my-release default 1 2021-12-02 18:39:56.954014 +0300 +03 deployed kubernetes-dashboard-5.0.4 2.4.0
helm list NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION mykubedashboard default 1 2022-06-11 20:56:47.192233 +0200 CEST deployed kubernetes-dashboard-5.4.1 2.5.1
helm list --namespace foo
Helm list errors[edit]
helm list Error: Kubernetes cluster unreachable
helm list Error: Kubernetes cluster unreachable: Get https://192.168.64.5:8443/version?timeout=32s: dial tcp 192.168.64.5:8443: i/o timeout
helm list Error: Kubernetes cluster unreachable: Get "https://127.0.0.1:55008/version?timeout=32s": dial tcp 127.0.0.1:55008: connect: connection refused
helm ls Error: Kubernetes cluster unreachable: Get "https://127.0.0.1:32776/version?timeout=32s": dial tcp 127.0.0.1:32776: connect: connection refused
helm list Error: incompatible versions client[v2.17.0] server[v2.16.1]
Related terms[edit]
See also[edit]
- Helm,
helm
[repo | template
|list
|install | unsintall
|create
|show | pull
|status
|search | updgrade | delete | lint | version
] Chart file structure,chart.yaml
, Helm Charts,helm init
,helm --help
, Helm versions