docs: Argo CD push solution doc clusteradm init command should use the --wait param (#872)

Signed-off-by: Mike Ng <ming@redhat.com>
This commit is contained in:
Mike Ng
2025-03-06 13:48:02 -05:00
committed by GitHub
parent 719f82385e
commit 26e80ab089

View File

@@ -15,7 +15,7 @@ kind create cluster --name "${c2}" --config cluster2-config.yaml
kubectl config use ${hubctx}
echo "Initialize the ocm hub cluster"
joincmd=$(clusteradm init --use-bootstrap-token | grep clusteradm)
joincmd=$(clusteradm init --use-bootstrap-token --wait | grep clusteradm)
kubectl config use ${c1ctx}
echo "Join cluster1 to hub"