mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-01-24 14:22:14 -05:00
upgrade test from v2.10.1 (#2279)
This commit is contained in:
parent
2da3ae3f09
commit
f15c5444da
2
.github/workflows/e2e-test-release.yml
vendored
2
.github/workflows/e2e-test-release.yml
vendored
@ -237,7 +237,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
max-parallel: 1
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
fromVersion: ["v2.10.0"]
|
fromVersion: ["v2.10.1"]
|
||||||
cloudProvider: ["gcp", "azure", "aws"]
|
cloudProvider: ["gcp", "azure", "aws"]
|
||||||
name: Run upgrade tests
|
name: Run upgrade tests
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
@ -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:
|
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
|
```sh
|
||||||
./constellation upgrade check --update-config
|
./constellation upgrade check --update-config
|
||||||
yq eval -i '.image="v2.10.0"' constellation-conf.yaml
|
yq eval -i '.image="vX.YY.Z"' constellation-conf.yaml
|
||||||
./constellation config fetch-measurements --insecure
|
./constellation config fetch-measurements
|
||||||
./constellation upgrade apply --yes --debug
|
./constellation upgrade apply --yes --debug
|
||||||
```
|
```
|
||||||
Then wait until the node / Kubernetes upgrades are finished by periodically checking:
|
Then wait until the node / Kubernetes upgrades are finished by periodically checking:
|
||||||
|
Loading…
Reference in New Issue
Block a user