Difference between revisions of "Helm status elasticsearch"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lc}} == See also == * {{Helm}} Category:Helm")
 
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{lc}}
 
{{lc}}
 +
[[helm status]] elasticsearch
  
 +
== Example 2022 ==
 +
NAME: elasticsearch
 +
LAST DEPLOYED: Mon Oct 31 23:53:45 2022
 +
NAMESPACE: default
 +
STATUS: deployed
 +
REVISION: 3
 +
TEST SUITE:    elasticsearch-quzev-test
 +
Last Started:  Tue Nov  1 06:23:16 2022
 +
Last Completed: Tue Nov  1 06:23:21 2022
 +
Phase:          Succeeded
 +
NOTES:
 +
1. Watch all cluster members come up.
 +
  $ kubectl get pods --namespace=default -l app=elasticsearch-master -w2. Test cluster health using Helm test.
 +
  $ helm --namespace=default test elasticsearch
  
 +
== Example 2021 ==
 +
[[helm status]] elasticsearch
 +
 +
LAST DEPLOYED: Tue Jul  5 21:00:11 2021
 +
NAMESPACE: [[your_namespace]]
 +
STATUS: DEPLOYED
 +
 +
RESOURCES:
 +
==> v1/ConfigMap
 +
NAME                        DATA  AGE
 +
elasticsearch-master-config  1    2y73d
 +
 +
==> v1/Pod(related)
 +
NAME                    READY  STATUS  RESTARTS  AGE
 +
elasticsearch-master-0  1/1    Running  0        3h24m
 +
elasticsearch-master-1  1/1    Running  0        3h24m
 +
 +
==> v1/Service
 +
NAME                          TYPE      CLUSTER-IP    EXTERNAL-IP  PORT(S)            AGE
 +
elasticsearch-master          ClusterIP  10.15.15.169  <none>      9200/TCP,9300/TCP  2y91d
 +
elasticsearch-master-headless  ClusterIP  None          <none>      9200/TCP,9300/TCP  2y91d
 +
 +
==> v1/[[StatefulSet]]
 +
NAME                  READY  AGE
 +
elasticsearch-master  2/2    3h24m
 +
 +
==> v1beta1/[[PodDisruptionBudget]]
 +
NAME                      MIN AVAILABLE  MAX UNAVAILABLE  ALLOWED DISRUPTIONS  AGE
 +
elasticsearch-master-pdb  N/A            1                1                    2y90d
 +
 +
 +
NOTES:
 +
1. Watch all cluster members come up.
 +
  $ kubectl get pods --namespace=prod -l app=elasticsearch-master -w
 +
2. Test cluster health using Helm test.
 +
  $ [[helm test elasticsearch]]
 +
 +
== Related ==
 +
* <code>[[helm upgrade]]</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 05:27, 1 November 2022

helm status elasticsearch

Example 2022[edit]

NAME: elasticsearch
LAST DEPLOYED: Mon Oct 31 23:53:45 2022
NAMESPACE: default
STATUS: deployed
REVISION: 3
TEST SUITE:     elasticsearch-quzev-test
Last Started:   Tue Nov  1 06:23:16 2022
Last Completed: Tue Nov  1 06:23:21 2022
Phase:          Succeeded
NOTES:
1. Watch all cluster members come up.
  $ kubectl get pods --namespace=default -l app=elasticsearch-master -w2. Test cluster health using Helm test.
  $ helm --namespace=default test elasticsearch

Example 2021[edit]

helm status elasticsearch

LAST DEPLOYED: Tue Jul  5 21:00:11 2021
NAMESPACE: your_namespace
STATUS: DEPLOYED

RESOURCES:
==> v1/ConfigMap
NAME                         DATA  AGE
elasticsearch-master-config  1     2y73d

==> v1/Pod(related)
NAME                    READY  STATUS   RESTARTS  AGE
elasticsearch-master-0  1/1    Running  0         3h24m
elasticsearch-master-1  1/1    Running  0         3h24m

==> v1/Service
NAME                           TYPE       CLUSTER-IP     EXTERNAL-IP  PORT(S)            AGE
elasticsearch-master           ClusterIP  10.15.15.169  <none>       9200/TCP,9300/TCP  2y91d
elasticsearch-master-headless  ClusterIP  None           <none>       9200/TCP,9300/TCP  2y91d

==> v1/StatefulSet
NAME                  READY  AGE
elasticsearch-master  2/2    3h24m

==> v1beta1/PodDisruptionBudget
NAME                      MIN AVAILABLE  MAX UNAVAILABLE  ALLOWED DISRUPTIONS  AGE
elasticsearch-master-pdb  N/A            1                1                    2y90d


NOTES:
1. Watch all cluster members come up.
  $ kubectl get pods --namespace=prod -l app=elasticsearch-master -w
2. Test cluster health using Helm test.
  $ helm test elasticsearch

Related[edit]

See also[edit]

Advertising: