Skip to content

Commit

Permalink
added a migration step to set ck8skubespray version to any
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan-Gunda authored and lunkan93 committed Oct 12, 2023
1 parent 4e9b09e commit e1330ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions migration/v2.23/upgrade-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@

1. Update the kubespray submodule: `git submodule update --init --recursive`

1. Set `ck8sKubesprayVersion` to `any` in `sc-config/group_vars/all/ck8s-kubespray-general.yaml` and `wc-config/group_vars/all/ck8s-kubespray-general.yaml`

```bash
yq4 -i '.ck8sKubesprayVersion = "any"' ${CK8S_CONFIG_PATH}/sc-config/group_vars/all/ck8s-kubespray-general.yaml
yq4 -i '.ck8sKubesprayVersion = "any"' ${CK8S_CONFIG_PATH}/wc-config/group_vars/all/ck8s-kubespray-general.yaml
```

1. Run `bin/ck8s-kubespray upgrade v2.23 prepare` to update your config.

1. Download the required files on the nodes
Expand Down

0 comments on commit e1330ff

Please sign in to comment.