How to use HTTP Proxy - ARC on a private EKS cluster #3339
Unanswered
tellezva9995
asked this question in
Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to use ARC in a EKS cluster (private) that has no internet access directly, only thru HTTP proxy.

I'm using ECR instead of public registrys for pulling docker images.
I followed https://repost.aws/knowledge-center/eks-http-proxy-configuration-automation to enable the proxy in the cluster, OS, kubelet and docker but the arc-gha-rd-controller image is throwing a timeout error while connecting to api.github.com.
Is Go allowed to look for HTTPS_PROXY to make the connection by default? is there anything that I need to enable?
As the docker image is distroless I can't troubleshoot in a shell.
Kubernetes version=1.29
gha-runner-scale-set-controller=:0.8.3
actions-runner:latest
Pod environment:
HTTP_PROXY: http://194.0.0.0:8880
HTTPS_PROXY: http://194.0.0.0:8880
NO_PROXY: XXXX
http_proxy: http://194.0.0.0:9480
https_proxy: http://194.0.0.0:9480
no_proxy: XXXX
Beta Was this translation helpful? Give feedback.
All reactions