Skip to content

Commit f004d60

Browse files
Wait for tunnel establishment
Signed-off-by: Jose Castillo Lema <[email protected]>
1 parent 522a67b commit f004d60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci-operator/step-registry/openshift-qe/cluster-health/openshift-qe-cluster-health-commands.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ if [ ${BAREMETAL} == "true" ]; then
66
bastion="$(cat ${CLUSTER_PROFILE_DIR}/address)"
77
# Setup socks proxy
88
ssh ${SSH_ARGS} root@$bastion -fNT -D 12345
9+
sleep 5
910
export https_proxy=socks5://localhost:12345
1011
export http_proxy=socks5://localhost:12345
1112
oc config set-cluster "$(oc config current-context)" --proxy-url=socks5://localhost:12345

0 commit comments

Comments
 (0)