Difference between revisions of "Helm list"

From wikieduonline
Jump to navigation Jump to search
 
(44 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 +
<code> [[helm]] list</code> lists all of the releases for a specified [[namespace]].
 +
* https://helm.sh/docs/helm/helm_list/
  
 +
* [[mysql]], [[postgresql]]
 +
*  [[grafana]], [[prometheus]]
 +
* [[metrics-server]], [[kubedashboard]], [[elasticsearch]], [[aqua]], [[argocd]], [[enforcer]], [[kube-enforcer]], [[gatekeeper]], [[keycloak]], [[loki]], [[nginx-ingress-controller]], [[rancher-monitoring]], [[sentinelone]] 
  
 +
[[helm list]]
 +
[[helm list -A]]
 +
<s>[[helm list -all]]</s>
 +
 +
== Examples ==
 
  helm list
 
  helm list
  NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
+
  NAME [[NAMESPACE]] REVISION UPDATED STATUS [[CHART]] APP VERSION
 
 
  
 
  helm list
 
  helm list
 
  NAME    REVISION      UPDATED                      STATUS        CHART          APP VERSION    NAMESPACE
 
  NAME    REVISION      UPDATED                      STATUS        CHART          APP VERSION    NAMESPACE
 
  mysql  1            Wed Aug  7 11:43:01 2019    DEPLOYED      mysql-1.3.0  
 
  mysql  1            Wed Aug  7 11:43:01 2019    DEPLOYED      mysql-1.3.0  
 
  
 
  helm list
 
  helm list
Line 15: Line 23:
 
  grafana default  1      2020-08-30 18:31:13.555473 +0400 +04 deployed [[grafana]]-5.5.5 7.1.1
 
  grafana default  1      2020-08-30 18:31:13.555473 +0400 +04 deployed [[grafana]]-5.5.5 7.1.1
  
== Errors ==
+
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 ==
 
  [[helm]] list
 
  [[helm]] list
  Error: [[Kubernetes]] cluster unreachable
+
  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
+
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
+
  Error: Kubernetes cluster unreachable: Get "http://localhost:8080/version?timeout=32s": dial tcp [::1]:8080: connect: [[connection refused]]
  
 
  helm list
 
  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]]
 
  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 ==
 
== Related terms ==
 +
* <code>[[helm show all]] [[chart-name]]</code>
 
* <code>[[helm ls]]</code>
 
* <code>[[helm ls]]</code>
* <code>[[helm status]]</code>
+
* <code>[[helm ls -A]]</code>
 +
* <code>[[helm status]] [[RELEASE_NAME]]</code>
 
* <code>[[helm delete]]</code>
 
* <code>[[helm delete]]</code>
 +
* <code>[[helm install]]</code>, <code>[[helm uninstall]]</code>
 +
* <code>[[helm repo list]]</code>
 +
* <code>[[helm get values]]</code>
 +
* <code>[[kubectl kots get apps]]</code>
  
 
== See also ==
 
== See also ==
 +
* {{helm list}}
 
* {{helm}}
 
* {{helm}}
* {{K8s}}
 
  
 
[[Category:Kubernetes]]
 
[[Category:Kubernetes]]
 
[[Category:Helm]]
 
[[Category:Helm]]

Latest revision as of 15:12, 14 December 2023

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: