mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-02-14 18:09:57 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user