Skip to content

Instantly share code, notes, and snippets.

@danehans
Created January 15, 2020 00:14
Show Gist options
  • Save danehans/9cc346670499bdabca604379fbdcb22a to your computer and use it in GitHub Desktop.
Save danehans/9cc346670499bdabca604379fbdcb22a to your computer and use it in GitHub Desktop.
ocp_proxy_ci_pr_5308
# set proxy env vars required by extended test clients.
export HTTP_PROXY="$(oc get proxy/cluster -o jsonpath='{.status.httpProxy}')
export HTTPS_PROXY="$(oc get proxy/cluster -o jsonpath='{.status.httpsProxy}')
export NO_PROXY="$(oc get proxy/cluster -o jsonpath='{.status.noProxy}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment