Containers-roadmap: [EKS] [request]: please use a config file for kube-proxy

Created on 30 Jan 2019  路  2Comments  路  Source: aws/containers-roadmap

Tell us about your request
We should migrate to config file for kube-proxy

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?
There are a deprecated log entries during kube-proxy startup:

W0111 11:35:10.730137       5 server.go:195] WARNING: all flags other than --config, --write-config-to, and --cleanup are deprecated. Please begin using a config file ASAP.

Command line docs: https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/
Config file "docs": https://github.com/kubernetes/kubernetes/blob/master/staging/src/k8s.io/kube-proxy/config/v1alpha1/types.go

EKS Under consideration

Most helpful comment

Note that in my investigation, any EKS clusters created from 1.12 onwards use a config file (by mounting a configmap called kube-proxy-config) for kube-proxy. There is still the issue of migrating any EKS clusters created before 1.12 to using a configmap; this might be possible to do manually.

All 2 comments

Thanks for filing this here. Adding the original EKS AMI Issue for tracking as well.

https://github.com/awslabs/amazon-eks-ami/issues/149

Note that in my investigation, any EKS clusters created from 1.12 onwards use a config file (by mounting a configmap called kube-proxy-config) for kube-proxy. There is still the issue of migrating any EKS clusters created before 1.12 to using a configmap; this might be possible to do manually.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aliabas7 picture aliabas7  路  3Comments

jeremietharaud picture jeremietharaud  路  3Comments

tabern picture tabern  路  3Comments

abby-fuller picture abby-fuller  路  3Comments

inductor picture inductor  路  3Comments