Skip to content

Commit 32cea7c

Browse files
committed
Add comment on capi and capo versions.
Signed-off-by: Kurt Garloff <kurt@garloff.de>
1 parent 9fc5d73 commit 32cea7c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

02-deploy-capi.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ fi
2626
# We need ORC these days and clusterctl has chosen to ignore that
2727
kubectl apply -f https://github.com/k-orc/openstack-resource-controller/releases/latest/download/install.yaml
2828
# Rollout capi and capo (assuming that orc gets deployed independently)
29+
# Note: For capi <= 1.11.x (v1beta1), we need to stay on old capo 0.12.7
30+
# clusterctl init --infrastructure openstack:v0.12.7
31+
# With latest capi (1.12.2), 0.14+ works.
2932
clusterctl init --infrastructure openstack
3033
# Wait for completion
3134
kubectl -n capi-system rollout status deployment

0 commit comments

Comments
 (0)