We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc5d73 commit 32cea7cCopy full SHA for 32cea7c
1 file changed
02-deploy-capi.sh
@@ -26,6 +26,9 @@ fi
26
# We need ORC these days and clusterctl has chosen to ignore that
27
kubectl apply -f https://github.com/k-orc/openstack-resource-controller/releases/latest/download/install.yaml
28
# 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.
32
clusterctl init --infrastructure openstack
33
# Wait for completion
34
kubectl -n capi-system rollout status deployment
0 commit comments