Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[service] [request]: Provide option to add http_proxy and no_proxy settings to VPC-CNI Addon in EKS #2480

Open
inesshz opened this issue Nov 29, 2024 · 1 comment
Labels
EKS Add-Ons EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue

Comments

@inesshz
Copy link

inesshz commented Nov 29, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Tell us about your request
We want to have the possibility to configure http_proxy and no_proxy values as env variables for the vpc cni managed addon.
Currently, we are using unmanaged addon and adding the following: (as mentioned here https://repost.aws/knowledge-center/eks-http-proxy-configuration-automation)

envFrom:
- configMapRef:
name: configmap-proxy-env

EKS now recommends migrating to managed addons so we would like to migrate frrom our custom unmanaged DS.

Which service(s) is this request for?
EKS

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
What outcome are you trying to achieve, ultimately, and why is it hard/impossible to do right now? What is the impact of not having this problem solved? The more details you can provide, the better we'll be able to understand and solve the problem.

Our company has a strict network connectivity pattern where we need to expose proxy env variables to the aws-node DS.

Are you currently working around this issue?

We are using unmanaged vpc cni addon and specifying the proxy env.

Additional context
Anything else we should know?

I can see that there was a similar request for the ebs csi driver that was implemented
#1850

Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)

@inesshz inesshz added the Proposed Community submitted issue label Nov 29, 2024
@patkinson01
Copy link

Could this be widened to add a standard config option on all managed add-ons e.g Kube Proxy, ADOT etc..?

We still use the managed add-ons and deploy through Terraform but immediately after use a null_resource which triggers a script to run a kubectl set env to set the HTTP proxy env vars.

@amedirr amedirr added EKS Amazon Elastic Kubernetes Service EKS Add-Ons labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EKS Add-Ons EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue
Projects
None yet
Development

No branches or pull requests

3 participants