v2.0.0: Update helm chart packaging process in CI #36
AlexGodbehere
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Full Changelog: v1.0.1...v2.0.0
Upgrade Guide from
v1.x.x
ACS
v2.0.0
is a breaking change and requires manual intervention viakubectl
before the upgrade is applied. This release:Because the edge-router is being upgraded, this upgrade will result in downtime.
1. Set Variables
Set the following variables, replacing the values with ones appropriate to your deployment.
2. Prepare Grafana
There are two ways to do this depending on if you have already started to utilise the Grafana deployment in
v1.x.x
.If you have begun to use Grafana and don't want to lose your data then you can either backup your data and follow the below procedure or create the new resources manually. For the latter, simply create a user in Grafana with the username
admin@$ACS_REALM
and grant them both Grafana admin rights and theadmin
role to default organisation.If you have not yet used Grafana in
v1.x.x
then you can simply delete the PVC for the existing Grafana instance and the upgrade will provision the required resources.3. Prepare InfluxDB
There are two ways to do this depending on if you have already started to collect production data in deployment in
v1.x.x
.If you don't want to lose your captured data then you will need to export and backup the data from InfluxDB before following the below procedure.
If you do not have important data in
v1.x.x
then you can simply delete the existing InfluxDB instance and the upgrade will provision the required resources.4. Update Traefik CRDs
Run the following command to apply the new CRDs to the cluster and remove the existing Traefik deployment:
5. Perform Upgrade
Your deployment is now in a state ready for upgrade. Run the following commands:
This discussion was created from the release v2.0.0: Update helm chart packaging process in CI.
Beta Was this translation helpful? Give feedback.
All reactions