You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The SSH KeyPair to log into the VM (Optional: use flavor *managed-ssh*)
34
+
# The SSH KeyPair to log into the VM (Optional: you must use clusterctl --flavor *managed-ssh*)
35
35
export CLOUDSTACK_SSH_KEY_NAME=CAPCKeyPair6
36
36
```
37
37
@@ -50,7 +50,7 @@
50
50
kubectl apply -f capc-cluster-spec.yaml
51
51
```
52
52
53
-
4. Check the progress of capc-cluster, and wait for all the components to be ready
53
+
4. Check the progress of capc-cluster, and wait for all the components (with the exception of MachineDeployment/capc-cluster-md-0) to be ready. (MachineDeployment/capc-cluster-md-0 will not show ready until the CNI is installed.)
0 commit comments