Open aitorhh opened 4 years ago
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.
Unless it has been solved in another issues or PR, I believe it's something quite relevant that shouldn't be closed.
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.
still valid
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.
still valid
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.
still valid
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.
still valid
anyone facing issue with kibana ingress? {"statusCode":400,"error":"Bad Request","message":"Invalid cookie header"}
linode kubernetes cluster
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.
still valid
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.
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.
still valid
Please make it work. We now deploy our own ingress object instead and set ingress.enabled: false
One could take an idea from grafana, which does exactly what is needed https://artifacthub.io/packages/helm/grafana/grafana/6.1.10?modal=template&template=ingress.yaml
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.
Please don't close it. Is there any plan to have it fixed ?
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.
What I would like to suggest is to have support through values configuration for non-hosts definition when deploying kibana (or elasticsearch).
Chart version:
Kubernetes version:
Kubernetes provider: E.g. GKE (Google Kubernetes Engine) Local deployment
Helm Version:
Describe the bug:
When creating an ingress with hosts, it makes all others ingress with default "*" to be not accessible. I have seen this behaviour with nginx-ingress (stable/nginx-ingress from https://helm.nginx.co/stable appVersion: 1.6.3)
Steps to reproduce:
helm install nginx-ingress stable/nginx-ingress
helm install kibana elastic/kibana --set ingress.enabled=true --set ingress.hosts[0]=test.com
Expected behavior:
I expect that all the ingress should be working regardless
Any additional context: I understand that this issue comes from nginx, but I also believe that it has less impact by updating the helm chart here.