Skip to content

Commit

Permalink
docs: clarify renaming config folder prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
anders-elastisys authored and davidumea committed Feb 15, 2024
1 parent 1930b4e commit 284e490
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/2.24.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Released 2024-02-08
> [!IMPORTANT]
> **Platform Administrator Notice(s)**
> - The number of arguments required to run the `upgrade` command has changed, now you need to specify the specific cluster, `sc`, `wc`, or `both` to apply to both clusters as the command did previously. The `ck8s-kubespray` usage has been updated to clarify this.
> - `ck8s-kubespray` commands no longer support using other prefixes besides `sc` or `wc`.
> - `ck8s-kubespray` commands no longer support using other prefixes besides `sc` or `wc`. Config folders needs to be named `sc-config` and `wc-config` for `ck8s-kubespray` to work.
> - Added a new playbook for setting the critical dhcp flag for an interface
## Release highlights
Expand Down
2 changes: 2 additions & 0 deletions migration/v2.24/upgrade-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

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

1. If the cluster config folders are named with different prefixes than `sc` and `wc`, rename the folders to `sc-config` and `wc-config` respectively

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

> [!NOTE]
Expand Down

0 comments on commit 284e490

Please sign in to comment.