Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 682 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 682 Bytes

Issues concerning Chaos-mesh 2.0 upgrade

Due to controller refactor and CRD modification, old chaos resource (1.x) won't work with chaos-mesh 2.0, and you have to manually upgrade the CRD since helm won't do it for you. There are several steps for upgrading.

  1. Export old chaos resource (If you don't care for them, you can skip this step.)
  2. Delete the old CRDs and apply new ones.
  3. Upgrade chaos-mesh to 2.0
  4. Upgrade the old CRDs and reapply them.

We provide a bash script to do step 1,2 and 4. Check it out.

Before running the script, you need to compile an schedule-migrate binary

go build -o schedule-migration main.go
./migrate.sh -h