From 5ea86d125bc870a38f8dd3051aa057a89c48cf15 Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Wed, 26 Jun 2024 14:24:23 -0600 Subject: [PATCH] Update Helm chart version, add pause: Added a pause before applying all CAPI objects so that any User customizations that aren't supported in any Task can be applied. This is also the time where a custom build of the CAPT controller could be deployed, allowing for development of CAPT with the playground. Signed-off-by: Jacob Weinstock --- capt/config.yaml | 2 +- capt/tasks/Taskfile-create.yaml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/capt/config.yaml b/capt/config.yaml index edc29ac3..bffa45db 100644 --- a/capt/config.yaml +++ b/capt/config.yaml @@ -8,7 +8,7 @@ counts: spares: 1 versions: capt: 0.5.3 - chart: 0.4.4 + chart: 0.4.5 kube: v1.29.4 os: 20.04 kubevip: 0.8.0 diff --git a/capt/tasks/Taskfile-create.yaml b/capt/tasks/Taskfile-create.yaml index 88c6ba14..f655b673 100644 --- a/capt/tasks/Taskfile-create.yaml +++ b/capt/tasks/Taskfile-create.yaml @@ -24,9 +24,15 @@ tasks: - task: apply-bmc-machines - task: apply-hardware - task: capi:ordered + - task: allow-customization - task: create-workload-cluster - task: get-workload-cluster-kubeconfig + allow-customization: + prompt: The Workload cluster is ready to be provisioned. Execution is paused to allow for any User customizations. Press `y` to continue to Workload cluster creation. Press `n` to exit the whole process. + cmds: + - echo 'Creating Workload cluster' + kind-cluster: run: once summary: |