-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bitnami/logstash] Can't create NodePort through logstash helm chart #15393
Comments
Hi! Thank you so much for reporting! I believe we could use the |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
This issue is not yet resolved. related : elastic/helm-charts#839 |
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback. |
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary. |
Name and Version
bitnami/logstash 5.1.15
What architecture are you using?
amd64
What steps will reproduce the bug?
Are you using any custom parameters or values?
What is the expected behavior?
The install works.
What do you see instead?
Error: UPGRADE FAILED: failed to create resource: Service "logstash-headless" is invalid: spec.ports[0].nodePort: Forbidden: may not be used when
typeis 'ClusterIP'
Additional information
I think I already have the source of the problem. There is this section in headless-svc.yaml:
It uses
.Values.service.ports
which I have defined as follows:I need the "nodePort"-part because I want to create a Nodeport. But this uses the NodePort port to create a ClusterIP which obviously does not work.
The text was updated successfully, but these errors were encountered: