upgrade test from v2.10.1 (#2279)

This commit is contained in:
Adrian Stobbe 2023-08-24 09:15:43 +02:00 committed by GitHub
parent 2da3ae3f09
commit f15c5444da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -237,7 +237,7 @@ jobs:
fail-fast: false
max-parallel: 1
matrix:
fromVersion: ["v2.10.0"]
fromVersion: ["v2.10.1"]
cloudProvider: ["gcp", "azure", "aws"]
name: Run upgrade tests
secrets: inherit

View File

@ -55,8 +55,8 @@ Releases should be performed using [the automated release pipeline](https://gith
4. upgrade the dogfooding cluster. Note that `upgrade check --update-config` will not yet show the new image. But you can manually set it in the config:
```sh
./constellation upgrade check --update-config
yq eval -i '.image="v2.10.0"' constellation-conf.yaml
./constellation config fetch-measurements --insecure
yq eval -i '.image="vX.YY.Z"' constellation-conf.yaml
./constellation config fetch-measurements
./constellation upgrade apply --yes --debug
```
Then wait until the node / Kubernetes upgrades are finished by periodically checking: