diff --git a/clusterctl b/clusterctl index 47c652e..84d18f7 100755 --- a/clusterctl +++ b/clusterctl @@ -190,6 +190,69 @@ function post_install () { done } +function install_addon_acmhub () { + oc --insecure-skip-tls-verify --kubeconfig="$cluster_name/auth/kubeconfig" apply -f - </dev/null; do + echo "Waiting for the MultiClusterHub CRD to appear..." + sleep 5 + done + oc --insecure-skip-tls-verify --kubeconfig="$cluster_name/auth/kubeconfig" apply -f - <