I was under the impression that setting HTTP_PROXY
and friends would be sufficient to stand up a kURL cluster in an environment requiring a proxy for egress.
I’ve tried the following
export HTTP_PROXY=kots-field-labs-squid-proxy:3128
export HTTPS_PROXY=kots-field-labs-squid-proxy:3128
curl -sSL https://k8s.kurl.sh/dx411-dex-lab1-e6-proxy | sudo bash
I have verified that the curl
without the | bash
returns the install script
with | bash -x
, it stalls at this line:
++ curl -IfsSL https://kurl-sh.s3.amazonaws.com/dist/kurl-bin-utils-v2021.04.13-0.tar.gz
++ grep -i etag:
++ sed -r 's/.*"(.*)".*/\1/'
^C