From 0ce8483aaf4a77db697dbbb84fc1ba8fa750c102 Mon Sep 17 00:00:00 2001 From: Deepu Kumar <140699600+deepukraju@users.noreply.github.com> Date: Mon, 18 May 2026 15:20:34 +0530 Subject: [PATCH] Update KCP node provisioning details in documentation Clarified the behavior of the 'EnableRepurposeSpareKcpNode' feature flag and its impact on KCP node availability. Added notes on KCP node maintenance and runtime version requirements. --- operator-nexus/concepts-cluster-deployment-overview.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/operator-nexus/concepts-cluster-deployment-overview.md b/operator-nexus/concepts-cluster-deployment-overview.md index e75993bf9a..4b14de2e69 100644 --- a/operator-nexus/concepts-cluster-deployment-overview.md +++ b/operator-nexus/concepts-cluster-deployment-overview.md @@ -67,6 +67,11 @@ The ephemeral bootstrap node sequentially provisions each KCP node, and if a KCP Once KCP nodes are successfully provisioned, the deployment action proceeds to provision NMP nodes in parallel. Each management group must achieve at least a 50% provisioning success rate. If this requirement isn't met, the cluster deployment action fails, resulting in the cluster status being marked as failed. +> [!NOTE] +> The availability of spare KCP node on the cluster depends on the 'EnableRepurposeSpareKcpNode' feature flag. If the feature is enabled there will be no spare KCP on the cluster and it will be provisoined as a NMP node. +> - The required number of KCP nodes is always maintained in the cluster. +> - This feature is available for runtime version 4.11 and above. + Upon successful provisioning of NMP nodes, up to two storage appliances are created before the deployment action proceeds with provisioning the compute nodes. Compute nodes are provisioned in parallel, and once the defined compute node threshold is met, the cluster status transitions from Deploying to Running. However, the remaining nodes continue undergoing the provisioning process until they too are successfully provisioned.