helm list

From wikieduonline
Jump to navigation Jump to search

helm list lists all of the releases for a specified namespace.

helm list
helm list -A
helm list -all

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 ls --all
NAME	NAMESPACE	REVISION	UPDATED	STATUS	CHART	APP VERSION
helm list
NAME         	NAMESPACE	REVISION	UPDATED                             	STATUS  	CHART               	 APP VERSION 
elasticsearch	default  	3       	2022-10-31 23:53:45.651135 +0100 CET	deployed	elasticsearch-7.17.3	7.17.3

Helm list errors[edit]

helm list
Error: Kubernetes cluster unreachable
helm list
Error: could not find tiller
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://155.233.12.144444:6443/version": dial tcp: lookup 155.233.12.144444: no such host
helm list
Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version?timeout=32s": dial tcp [::1]:8080: connect: connection refused
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]
helm list
Error: configmaps is forbidden: User "system:serviceaccount:kube-system:default" cannot list resource "configmaps" in API group "" in the namespace "kube-system"

Related terms[edit]

See also[edit]

Advertising: