From 284e490042316ed31e4e717171d5f621f6a56d75 Mon Sep 17 00:00:00 2001 From: anders-elastisys Date: Thu, 15 Feb 2024 08:11:57 +0100 Subject: [PATCH] docs: clarify renaming config folder prefix --- changelog/2.24.0.md | 2 +- migration/v2.24/upgrade-cluster.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog/2.24.0.md b/changelog/2.24.0.md index e77636a3..6308b3f1 100644 --- a/changelog/2.24.0.md +++ b/changelog/2.24.0.md @@ -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 diff --git a/migration/v2.24/upgrade-cluster.md b/migration/v2.24/upgrade-cluster.md index 5731277f..dff60deb 100644 --- a/migration/v2.24/upgrade-cluster.md +++ b/migration/v2.24/upgrade-cluster.md @@ -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]