Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 001cd67

Browse files
thrthr
authored andcommitted
make it equal
1 parent 1855177 commit 001cd67

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

apigateway/helm/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,25 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use
169169
| `1.2.7` | Added possibility to rename roleBinding for API Gateway, Kibana and Elasticsearch. This allows for multiple deployments into the same namespace. Also, CRD ServiceMonitor selector corrected. Support of ES storage PVC annotations. |
170170
| `1.2.8` | `tpl` function support in `affinity` value added. `affinity` support added for Kibana and Elasticsearch. `topologySpreadConstraints` support added for APIGW, Elasticsearch and Kibana. |
171171
| `1.2.9` | `priorityClassName` support added for APIGW, Elasticsearch and Kibana. |
172+
| `2.0.0` | Prometheus Elasticsearch Exporter version `6.5.0` is used. Value `revisionHistoryLimit` is added and documented. |
173+
174+
## Chart Version `2.0.0`
175+
176+
The Chart version `2.0.0` uses the [Prometheus Elasticsearch Exporter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-elasticsearch-exporter) version `6.5.0`.
177+
178+
### Migrate from `1.x.x` to `2.0.0`
179+
180+
If you want to migrate the Elasticsearch Exporter version `5.0.0`, you must delete the existing deployment. Over install is not working. You see the error ...
181+
182+
```
183+
Error: UPGRADE FAILED: cannot patch "apigw-prometheus-elasticsearch-exporter" ...
184+
```
185+
186+
To delete the Elasticsearch Exporter deployment ...
187+
188+
```
189+
kubectl delete deployment <Helm-release-name>-prometheus-elasticsearch-exporter -n <namespace>
190+
```
172191

173192
## Values
174193

apigateway/helm/README.md.gotmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ spec:
103103
sessionAffinityConfig:
104104
clientIP:
105105
timeoutSeconds: 1000
106-
107106
---
108107
# apigateway-ingress.yaml
109108
apiVersion: extensions/v1beta1
@@ -115,7 +114,6 @@ metadata:
115114

116115
Note, if you are using the default configuration and nginx as your ingress controller, sticky sessions will be enabled by default for the UI port and ingress. Change the ingress annotations accordingly for other ingress controllers like Traefik.
117116

118-
119117
## Using an external load balancer
120118

121119
The Ingress provides two entrypoints for accessing the API Gateway cluster, one for the UI port to

0 commit comments

Comments
 (0)