Skip to content

Commit

Permalink
add info about k8s-upgrade tests for release branches
Browse files Browse the repository at this point in the history
Signed-off-by: Sunnatillo <[email protected]>
  • Loading branch information
Sunnatillo committed Apr 19, 2024
1 parent 2b721e6 commit 66a0d8f
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions docs/e2e-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,31 @@ in the ephemeral cluster either before pivoting or after re-pivoting.

### K8s upgrade tests

Kubernetes version upgrade in target nodes. E2E has following k8s version
upgrades:
Kubernetes version upgrade in target nodes. We run three latest version
upgrades in k8s-upgrade tests for main branch. And one kubernetes upgrade
version for each release branch. When a new Kubernetes minor release is
available, we will try to support it in an upcoming CAPM3 patch release
(only in the latest supported CAPM3 minor release).

For example:

Main branch k8s-upgrade tests:

- `v1.26` => `v1.27`
- `v1.27` => `v1.28`
- `v1.28` => `v1.29`
- `v1.29` => `v1.30`

Release 1.7 branch k8s-upgrade test:

- `v1.29` => `v1.30`

Release 1.6 branch k8s-upgrade test:

- `v1.28` => `v1.29`

Release 1.5 branch k8s-upgrade test:

- `v1.26` => `v1.27`

### Live ISO test

Expand Down

0 comments on commit 66a0d8f

Please sign in to comment.