Difference between revisions of "Helm install my-opensearch opensearch/opensearch"
Jump to navigation
Jump to search
(2 intermediate revisions by the same user not shown) | |||
Line 15: | Line 15: | ||
kubectl get pods --namespace=default -l app.kubernetes.io/component=opensearch-cluster-master -w | kubectl get pods --namespace=default -l app.kubernetes.io/component=opensearch-cluster-master -w | ||
− | NAME READY STATUS RESTARTS AGE | + | NAME READY [[STATUS]] RESTARTS AGE |
opensearch-cluster-master-0 0/1 [[PodInitializing]] 0 2m16s | opensearch-cluster-master-0 0/1 [[PodInitializing]] 0 2m16s | ||
opensearch-cluster-master-1 0/1 PodInitializing 0 2m16s | opensearch-cluster-master-1 0/1 PodInitializing 0 2m16s | ||
opensearch-cluster-master-2 0/1 PodInitializing 0 2m16s | opensearch-cluster-master-2 0/1 PodInitializing 0 2m16s | ||
+ | opensearch-cluster-master-1 0/1 [[ErrImagePull]] 0 2m28s | ||
+ | opensearch-cluster-master-1 0/1 [[ImagePullBackOff]] 0 2m42s | ||
+ | opensearch-cluster-master-0 0/1 ErrImagePull 0 4m27s | ||
+ | opensearch-cluster-master-0 0/1 ImagePullBackOff 0 4m41s | ||
== Related == | == Related == | ||
* <code>[[helm install opensearch]]</code> | * <code>[[helm install opensearch]]</code> | ||
+ | [[ebs.csi.aws.com]] | ||
== See also == | == See also == |
Latest revision as of 11:53, 22 December 2022
helm install my-opensearch opensearch/opensearch
NAME: my-opensearch LAST DEPLOYED: Tue Dec 13 00:24:57 2022 NAMESPACE: default STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: Watch all cluster members come up. $ kubectl get pods --namespace=default -l app.kubernetes.io/component=opensearch-cluster-master -w
kubectl get pods --namespace=default -l app.kubernetes.io/component=opensearch-cluster-master -w NAME READY STATUS RESTARTS AGE opensearch-cluster-master-0 0/1 PodInitializing 0 2m16s opensearch-cluster-master-1 0/1 PodInitializing 0 2m16s opensearch-cluster-master-2 0/1 PodInitializing 0 2m16s opensearch-cluster-master-1 0/1 ErrImagePull 0 2m28s opensearch-cluster-master-1 0/1 ImagePullBackOff 0 2m42s opensearch-cluster-master-0 0/1 ErrImagePull 0 4m27s opensearch-cluster-master-0 0/1 ImagePullBackOff 0 4m41s
Related[edit]
ebs.csi.aws.com
See also[edit]
Advertising: