Skip to content

Commit

Permalink
Update kubernetes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-shishkin authored Nov 28, 2023
1 parent be8f538 commit 67d7be0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/shipping/Containers/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ To address this issue, you can use the `--set` commands provided below in order
## Upgrade logzio-monitoring to v3.0.0
The logzio-monitoring chart was upgraded with breaking changes on version 3.0.0, upon trying to upgrade the chart using `helm upgrade -n monitoring --version 3.0.0 logzio-monitoring logzio-helm/logzio-monitoring`, an error occurs that correlates with the version upgrade of the sub charts of logzio-telemetry chart.
The logzio-monitoring chart was upgraded with breaking changes in version 3.0.0. Upon attempting to upgrade the chart using `helm upgrade -n monitoring --version 3.0.0 logzio-monitoring logzio-helm/logzio-monitoring`, an error occurs that correlates with the version upgrade of the subcharts in the logzio-telemetry chart.
There are 2 possible approachs for the upgrade you can choose from:
There are two possible approaches to the upgrade you can choose from:
- Before running the `helm upgrade` command, delete the old sub charts resources: `logzio-monitoring-prometheus-pushgateway` deployment and the `logzio-monitoring-prometheus-node-exporter` daemonset.
- Before running the `helm upgrade` command, delete the old subcharts resources: `logzio-monitoring-prometheus-pushgateway` deployment and the `logzio-monitoring-prometheus-node-exporter` daemonset.
- Re-install the chart.
- Reinstall the chart.

0 comments on commit 67d7be0

Please sign in to comment.