This repository has been archived by the owner on May 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump helm version to helm 3.4.1 * update doc to make helm 3 the recommended version * update helm commands arguments for helm 3 * remove helm init and tiller install commands * add stable repo for metricbeat dependencies * remove the charts dance in helmignore (related to #127) * optimize docker images * replace deprecated gitversion capability (related to helm/helm#5601) * remove some heritage labels in immutable fields
- Loading branch information
Showing
49 changed files
with
120 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,17 +48,17 @@ See [supported configurations][] for more details. | |
`helm repo add elastic https://helm.elastic.co` | ||
|
||
* Install it: | ||
- with Helm 2: `helm install --name apm-server elastic/apm-server` | ||
- with [Helm 3 (beta)][]: `helm install apm-server elastic/apm-server` | ||
- with Helm 3: `helm install apm-server elastic/apm-server` | ||
- with Helm 2 (deprecated): `helm install --name apm-server elastic/apm-server` | ||
|
||
|
||
### Install development version using master branch | ||
|
||
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git` | ||
|
||
* Install it: | ||
- with Helm 2: `helm install --name apm-server ./helm-charts/apm-server --set imageTag=8.0.0-SNAPSHOT` | ||
- with [Helm 3 (beta)][]: `helm install apm-server ./helm-charts/apm-server --set imageTag=8.0.0-SNAPSHOT` | ||
- with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=8.0.0-SNAPSHOT` | ||
- with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=8.0.0-SNAPSHOT` | ||
|
||
|
||
## Upgrading | ||
|
@@ -160,7 +160,6 @@ about our development and testing process. | |
[examples/oss]: https://github.com/elastic/helm-charts/tree/master/apm-server/examples/oss | ||
[examples/security]: https://github.com/elastic/helm-charts/tree/master/apm-server/examples/security | ||
[helm]: https://helm.sh | ||
[helm 3 (beta)]: https://github.com/elastic/helm-charts/tree/master/README.md#helm-3-beta | ||
[horizontal pod autoscaler]: https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale/ | ||
[imagePullPolicy]: https://kubernetes.io/docs/concepts/containers/images/#updating-images | ||
[imagePullSecrets]: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/#create-a-pod-that-uses-your-secret | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,17 +59,17 @@ See [supported configurations][] for more details. | |
`helm repo add elastic https://helm.elastic.co` | ||
|
||
* Install it: | ||
- with Helm 2: `helm install --name elasticsearch elastic/elasticsearch` | ||
- with [Helm 3 (beta)][]: `helm install elasticsearch elastic/elasticsearch` | ||
- with Helm 3: `helm install elasticsearch elastic/elasticsearch` | ||
- with Helm 2 (deprecated): `helm install --name elasticsearch elastic/elasticsearch` | ||
|
||
|
||
### Install development version using master branch | ||
|
||
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git` | ||
|
||
* Install it: | ||
- with Helm 2: `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=8.0.0-SNAPSHOT` | ||
- with [Helm 3 (beta)][]: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=8.0.0-SNAPSHOT` | ||
- with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=8.0.0-SNAPSHOT` | ||
- with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=8.0.0-SNAPSHOT` | ||
|
||
|
||
## Upgrading | ||
|
@@ -413,7 +413,6 @@ about our development and testing process. | |
[examples/security]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/examples/security | ||
[gke]: https://cloud.google.com/kubernetes-engine | ||
[helm]: https://helm.sh | ||
[helm 3 (beta)]: https://github.com/elastic/helm-charts/tree/master/README.md#helm-3-beta | ||
[helm/charts stable]: https://github.com/helm/charts/tree/master/stable/elasticsearch/ | ||
[how to install plugins guide]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/README.md#how-to-install-plugins | ||
[how to use the keystore]: https://github.com/elastic/helm-charts/tree/master/elasticsearch/README.md#how-to-use-the-keystore | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
PREFIX := helm-es-migration | ||
|
||
data: | ||
helm upgrade --wait --timeout=900 --install --values ./data.yml $(PREFIX)-data ../../ | ||
helm upgrade --wait --timeout=900s --install --values ./data.yml $(PREFIX)-data ../../ | ||
|
||
master: | ||
helm upgrade --wait --timeout=900 --install --values ./master.yml $(PREFIX)-master ../../ | ||
helm upgrade --wait --timeout=900s --install --values ./master.yml $(PREFIX)-master ../../ | ||
|
||
client: | ||
helm upgrade --wait --timeout=900 --install --values ./client.yml $(PREFIX)-client ../../ | ||
helm upgrade --wait --timeout=900s --install --values ./client.yml $(PREFIX)-client ../../ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
1. Watch all cluster members come up. | ||
$ kubectl get pods --namespace={{ .Release.Namespace }} -l app={{ template "elasticsearch.uname" . }} -w | ||
2. Test cluster health using Helm test. | ||
$ helm test {{ .Release.Name }} --cleanup | ||
$ helm test {{ .Release.Name }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,17 +45,17 @@ See [supported configurations][] for more details. | |
`helm repo add elastic https://helm.elastic.co` | ||
|
||
* Install it: | ||
- with Helm 2: `helm install --name filebeat elastic/filebeat` | ||
- with [Helm 3 (beta)][]: `helm install filebeat elastic/filebeat` | ||
- with Helm 3: `helm install filebeat elastic/filebeat` | ||
- with Helm 2 (deprecated): `helm install --name filebeat elastic/filebeat` | ||
|
||
|
||
### Install development version using master branch | ||
|
||
* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git` | ||
|
||
* Install it: | ||
- with Helm 2: `helm install --name filebeat ./helm-charts/filebeat --set imageTag=8.0.0-SNAPSHOT` | ||
- with [Helm 3 (beta)][]: `helm install filebeat ./helm-charts/filebeat --set imageTag=8.0.0-SNAPSHOT` | ||
- with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=8.0.0-SNAPSHOT` | ||
- with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=8.0.0-SNAPSHOT` | ||
|
||
|
||
## Upgrading | ||
|
@@ -200,7 +200,6 @@ about our development and testing process. | |
[filebeat oss docker image]: https://www.docker.elastic.co/r/beats/filebeat-oss | ||
[filebeat outputs]: https://www.elastic.co/guide/en/beats/filebeat/current/configuring-output.html | ||
[helm]: https://helm.sh | ||
[helm 3 (beta)]: https://github.com/elastic/helm-charts/tree/master/README.md#helm-3-beta | ||
[hostNetwork]: https://kubernetes.io/docs/concepts/policy/pod-security-policy/#host-namespaces | ||
[dnsConfig]: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service/ | ||
[hostPath]: https://kubernetes.io/docs/concepts/storage/volumes/#hostpath | ||
|
Oops, something went wrong.