Skip to content

Commit

Permalink
🌱 log olm + deployment when installing konveyor (#348)
Browse files Browse the repository at this point in the history
Signed-off-by: David Zager <dzager@redhat.com>
  • Loading branch information
djzager committed Jul 2, 2024
1 parent 63d8d3a commit 816ab24
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hack/install-konveyor.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ run_bundle() {

# If on MacOS, need to install `brew install coreutils` to get `timeout`
timeout 600s bash -c 'until kubectl get customresourcedefinitions.apiextensions.k8s.io tackles.tackle.konveyor.io; do sleep 30; done'
kubectl get clusterserviceversions.operators.coreos.com -n "${NAMESPACE}" -o yaml
}

install_tackle() {
Expand Down Expand Up @@ -106,6 +107,8 @@ EOF
--for=condition=Available \
--timeout=600s \
deployments.apps

kubectl get deployments.apps -n "${NAMESPACE}" -o yaml
}

kubectl get customresourcedefinitions.apiextensions.k8s.io tackles.tackle.konveyor.io || run_bundle
Expand Down

0 comments on commit 816ab24

Please sign in to comment.