From 359dceea37de158b711dd0b452d565f7edf29980 Mon Sep 17 00:00:00 2001 From: Pete Brown Date: Thu, 13 Jun 2019 11:52:18 -0400 Subject: [PATCH] Add Pre-deprecation notice for stable/elasticsearch (#14763) * Add Pre-deprecation notice for stable/elasticsearch Signed-off-by: Pete Brown * Add timeframe for deprecation Signed-off-by: Pete Brown --- stable/elasticsearch/Chart.yaml | 2 +- stable/elasticsearch/README.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/stable/elasticsearch/Chart.yaml b/stable/elasticsearch/Chart.yaml index 099fb71dbc..51351865a4 100755 --- a/stable/elasticsearch/Chart.yaml +++ b/stable/elasticsearch/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: elasticsearch home: https://www.elastic.co/products/elasticsearch -version: 1.28.4 +version: 1.28.5 appVersion: 6.7.0 description: Flexible and powerful open source, distributed real-time search and analytics engine. diff --git a/stable/elasticsearch/README.md b/stable/elasticsearch/README.md index 258b9045bb..858e5c510a 100644 --- a/stable/elasticsearch/README.md +++ b/stable/elasticsearch/README.md @@ -3,6 +3,14 @@ This chart uses a standard Docker image of Elasticsearch (docker.elastic.co/elasticsearch/elasticsearch-oss) and uses a service pointing to the master's transport port for service discovery. Elasticsearch does not communicate with the Kubernetes API, hence no need for RBAC permissions. +## **Pre-deprecation notice** +As mentioned in #10543 we are planning on deprecating this chart in favour of the official [Elastic Helm Chart](https://github.com/elastic/helm-charts/tree/master/elasticsearch). +We have made steps towards that goal by producing a [migration guide](https://github.com/elastic/helm-charts/blob/master/elasticsearch/examples/migration/README.md) to help people switch the management of their clusters over to the new Charts. +The Elastic Helm Chart supports version 7 of Elasticsearch and it was decided it would be easier for people to upgrade after migrating to the Elastic Helm Chart because it's upgrade process works better. +During deprecation process we want to make sure that Chart will do what people are using this chart to do. +Please look at the Elastic Helm Charts and if you see anything missing from please [open an issue](https://github.com/elastic/helm-charts/issues/new/choose) to let us know what you need. +The Elastic Chart repo is also in [Helm Hub](https://hub.helm.sh). + ## Warning for previous users If you are currently using an earlier version of this Chart you will need to redeploy your Elasticsearch clusters. The discovery method used here is incompatible with using RBAC. If you are upgrading to Elasticsearch 6 from the 5.5 version used in this chart before, please note that your cluster needs to do a full cluster restart.