mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-09 13:40:06 +00:00
Implement flux migrate command
The migrate command must be run before a Flux minor version upgrade. The command migrates the Flux custom resources stored in Kubernetes etcd to their latest API version, ensuring the Flux components can continue to function correctly after the upgrade. Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
ccb9d12927
commit
45837d2d1b
2 changed files with 187 additions and 0 deletions
3
.github/workflows/e2e.yaml
vendored
3
.github/workflows/e2e.yaml
vendored
|
|
@ -238,6 +238,9 @@ jobs:
|
|||
- name: flux check
|
||||
run: |
|
||||
./bin/flux check
|
||||
- name: flux migrate
|
||||
run: |
|
||||
./bin/flux migrate
|
||||
- name: flux version
|
||||
run: |
|
||||
./bin/flux version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue