Skip to content

Commit

Permalink
Update Helm chart version, add pause:
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jacobweinstock committed Jun 26, 2024
1 parent 4b044a9 commit 5ea86d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion capt/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions capt/tasks/Taskfile-create.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5ea86d1

Please sign in to comment.