Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change updates the CI e2e-hub test to wait for the `clusteradm join` command to succeed asynchronously. Waiting for the latter synchronously leads some times errors like the following: ```log + clusteradm join --hub-token *** --hub-apiserver \ https://192.168.49.2:8443 --wait --cluster-name minikube Error: no matches for kind "Klusterlet" in version "operator.open-cluster-management.io/v1" ``` It also removes the unneeded `curl` installation. It also remove the `apt-get upgrade` that could lead to more reliability issues on the CI e2e steps. open-cluster-management-io/clusteradm#334 (comment) Signed-off-by: Michail Resvanis <mresvani@redhat.com>
- Loading branch information