-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[elasticsearch] master pods not deploying #253
Comments
Can you share the values.yml with us? |
|
It looks like they deployed just fine. Did they fail to start up properly? Could you include the output of
This setting isn't used for Elasticsearch 7 and doesn't do anything (https://github.com/elastic/helm-charts/tree/master/elasticsearch#configuration)
As the comment says, this should be set to |
any update on this issue? I am facing the same problem where the pods are not being created. The $ helm install --namespace elastic --name elasticsearch elastic/elasticsearch --set imageTag=7.4.0 --set volumeClaimTemplate.storageClassName=nfs
NAME: elasticsearch
LAST DEPLOYED: Fri Oct 25 19:01:17 2019
NAMESPACE: elastic
STATUS: DEPLOYED
RESOURCES:
==> v1/Service
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
elasticsearch-master ClusterIP 10.100.237.73 <none> 9200/TCP,9300/TCP 0s
elasticsearch-master-headless ClusterIP None <none> 9200/TCP,9300/TCP 0s
==> v1/StatefulSet
NAME READY AGE
elasticsearch-master 0/3 0s
==> v1beta1/PodDisruptionBudget
NAME MIN AVAILABLE MAX UNAVAILABLE ALLOWED DISRUPTIONS AGE
elasticsearch-master-pdb N/A 1 0 0s
NOTES:
1. Watch all cluster members come up.
$ kubectl get pods --namespace=elastic -l app=elasticsearch-master -w
2. Test cluster health using Helm test.
$ helm test elasticsearch
|
Try running master and data role together on same pod
…On Fri, Oct 25, 2019 at 7:05 PM Vignesh Kothapalli ***@***.***> wrote:
any update on this issue? I am facing the same problem where the pods are
not being created.
$ helm install --namespace elastic --name elasticsearch elastic/elasticsearch --set imageTag=7.4.0 --set volumeClaimTemplate.storageClassName=nfsNAME: elasticsearchLAST DEPLOYED: Fri Oct 25 19:01:17 2019NAMESPACE: elasticSTATUS: DEPLOYED
RESOURCES:==> v1/ServiceNAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGEelasticsearch-master ClusterIP 10.100.237.73 <none> 9200/TCP,9300/TCP 0selasticsearch-master-headless ClusterIP None <none> 9200/TCP,9300/TCP 0s
==> v1/StatefulSetNAME READY AGEelasticsearch-master 0/3 0s
==> v1beta1/PodDisruptionBudgetNAME MIN AVAILABLE MAX UNAVAILABLE ALLOWED DISRUPTIONS AGEelasticsearch-master-pdb N/A 1 0 0s
NOTES:1. Watch all cluster members come up. $ kubectl get pods --namespace=elastic -l app=elasticsearch-master -w2. Test cluster health using Helm test. $ helm test elasticsearch
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#253?email_source=notifications&email_token=AASZTTS2SS4XYGSTJYTMUDDQQN3UXA5CNFSM4IKWQV2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOECJYSPA#issuecomment-546539836>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASZTTSEHOOCNOJZ5RH7R6DQQN3UXANCNFSM4IKWQV2A>
.
|
turns out that there was an issue with my Kube-controller as well. Anyhow, the pods have been deployed now. |
@rewt Is this still an issue for you? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed because it has not had recent activity since being marked as stale. |
anyone else having issue with master pods not deploying?
The text was updated successfully, but these errors were encountered: