-
So, I have been working on upgrading an EKS cluster and recently saw a ConfigMap called The documentation on this ConfigMap starts and ends here in the README with little explanation as to what the various key/values are specifically for (plus the new key/value pairs are not documented at all). The helm chart has things that are named somewhat similarly, but again its not an exact match. I am planning on omitting the ConfigMap from my cluster entirely because I just don't know what purpose it currently serves. The README documentation leads me to believe I could use reference it in lieu of other declared container-level env config, but the mapping is not 1:1. Perhaps its part of a long-running refactor that may get used later? Anyone have any insight? Ripped from the
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@BJKupka sorry for missing this, answer below: The Example controllers are https://github.com/aws/amazon-vpc-resource-controller-k8s and https://github.com/aws/amazon-network-policy-controller-k8s, which is why searching this repository for the keys does not yield any results. You can omit the ConfigMap if you are not using any features that require these controllers, such as Security Groups for Pods or Network Policy. |
Beta Was this translation helpful? Give feedback.
-
@BJKupka also, the warm/minimum target variables in the |
Beta Was this translation helpful? Give feedback.
@BJKupka sorry for missing this, answer below:
The
amazon-vpc-cni
ConfigMap is used for configuration related to the AWS VPC CNI that is consumed by controllers.Example controllers are https://github.com/aws/amazon-vpc-resource-controller-k8s and https://github.com/aws/amazon-network-policy-controller-k8s, which is why searching this repository for the keys does not yield any results.
You can omit the ConfigMap if you are not using any features that require these controllers, such as Security Groups for Pods or Network Policy.