We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522a67b commit f004d60Copy full SHA for f004d60
ci-operator/step-registry/openshift-qe/cluster-health/openshift-qe-cluster-health-commands.sh
@@ -6,6 +6,7 @@ if [ ${BAREMETAL} == "true" ]; then
6
bastion="$(cat ${CLUSTER_PROFILE_DIR}/address)"
7
# Setup socks proxy
8
ssh ${SSH_ARGS} root@$bastion -fNT -D 12345
9
+ sleep 5
10
export https_proxy=socks5://localhost:12345
11
export http_proxy=socks5://localhost:12345
12
oc config set-cluster "$(oc config current-context)" --proxy-url=socks5://localhost:12345
0 commit comments