-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Install fails with immediate error #497
Comments
is there any solution/workaround available to this issue? |
Replicatable
k8s v 1.17 |
Hi @ronenmagid, |
Would it be possible to take a PR to support this before Helm 3 support becomes official, provided it doesn't hamper Helm 2? |
I'm seeing this as well. Seems to be related to helm 3 |
Hey, I think I've managed to fix this in the
with
Helm deploys the chart put the pod was stuck in a pending state for me, fixed it by adjusting the resources in values. |
Same here. I don't want to expose the service via chart, can't achieve it with Helm 3 |
Hi, Can you help give an example on how this would work if instead of ClusterIP I want to use NodePort to be able to receive traffic from outside the cluster ? Thank you. |
Chart version:
elastic/logstash
Kubernetes version:
1.14
Kubernetes provider: E.g. GKE (Google Kubernetes Engine)
AWS/EKS
Helm Version:
3.1.1
helm get release
outputError: unable to build kubernetes objects from release manifest: error validating "": error validating data: ValidationError(StatefulSet.spec): missing required field "serviceName" in io.k8s.api.apps.v1.StatefulSetSpec
Output of helm get release
Describe the bug:
Installation fails
Steps to reproduce:
1.helm install logstash elastic/logstash
Expected behavior:
installation should succeed....
Provide logs and/or server output (if relevant):
The text was updated successfully, but these errors were encountered: