Elasticsearch 5.6.16 & Kubernetes 1.13.6
See original GitHub issueChart version: 7.1.1 (but image 5.6.16, major version 5)
Kubernetes version: 1.13.6
Kubernetes provider: GKE (Google Kubernetes Engine)
Helm Version: 2.14.1
helm get release
output -
Describe the bug:
Upgrading to 1.13.6 from 1.12.x triggered Error caused by can not run elasticsearch as root
Steps to reproduce:
- Run the chart with the correct versions
Expected behavior:
Stable and usable cluster.
Provide logs and/or server output (if relevant): -
Any additional context:
The issue can be patched by adding a runAsUser: 1000
here.
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
Elasticsearch 5.6.16
Elastic Cloud. Maximize value and optimize your experience. Deploy everything Elastic has to offer across any cloud, in minutes.
Read more >Elastic Product End of Life Dates
Elastic Cloud on Kubernetes, 2.x, The later of 2024-08-10 or 6 months after the release date of 3.0 (TBD). Elasticsearch-Hadoop. Elasticsearch-Hadoop, 8.x ...
Read more >Supported versions | Elastic Cloud on Kubernetes [1.6]
Elastic Stack application images for the OpenShift-certified Elasticsearch (ECK) Operator are only available from version 7.10 and later. See the full Elastic ...
Read more >Download Elasticsearch
Download Elasticsearch or the complete Elastic Stack (formerly ELK stack) for free and start searching and analyzing in minutes with Elastic.
Read more >Supported versions | Elastic Cloud on Kubernetes [master]
Elastic Stack application images for the OpenShift-certified Elasticsearch (ECK) Operator are only available from version 7.10 and later. Check the full Elastic ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I still can’t reproduce it however the fix that you said worked is already being worked on in https://github.com/elastic/helm-charts/pull/171
@zifeo Looks like you were able to install ES 5.6.16 image (docker.elastic.co) via helm chart to K8s 1.13.6
We have a couples of ES 5.4.x cluster running in VMs that need to be containerized and deploy to K8s cluster.