From e9add5811fdad3d1e15f5a2487184467a6bce623 Mon Sep 17 00:00:00 2001 From: Nicolas MASSE Date: Fri, 26 Mar 2021 17:27:47 +0100 Subject: [PATCH] addon: install acm --- clusterctl | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) 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 - <