mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-03 14:54:53 -04:00
upgrade test from v2.10.1 (#2279)
This commit is contained in:
parent
2da3ae3f09
commit
f15c5444da
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue