[EKS] [request]: Support affinity in kube-proxy custom configuration #2340
Labels
EKS Add-Ons
EKS Networking
EKS Networking related issues
EKS
Amazon Elastic Kubernetes Service
Proposed
Community submitted issue
Community Note
Tell us about your request
Please add support for setting affinity to the kube-proxy addon configuration values.
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?
I use Terraform to bootstrap EKS clusters, and I'd like to be able to disable kube-proxy when the cluster is provisioned to use alternatives like CIlium. The Terraform Kubernetes provider does not support patching existing Kubernetes manifests, so kube-proxy must be manually disabled.
By supporting affinity in the kube-proxy configuration values, I could effectively disable kube-proxy by setting a required affinity key that does not exist on the node.
Example
Are you currently working around this issue?
Disable kube-proxy after the cluster has been provisioned.
The text was updated successfully, but these errors were encountered: