Hi, I have some common containers that are included in several pods, like one to collect logs and send them to other place. But sometimes I want different resource requests (as specified in the yaml) for these containers used in several pods. And right now I'm adding manually to all pods that have any of these common containers the resource request section.
The default is not enough for me because I have more than one common sidecar container, that is in several pods, and each one has different limits (in mem specially). To be clear, I have: <container 1>: is a common sidecar used in several pods <container 2>: is a common sidecar used in several pods And, ideally, when I want to change the, for example, mem request for that container 1 sidecar uses, I need to do it in all pods that have this sidecar container. Right now is not impossible because I only have 2 pods and 2 common containers sidecar. But we plan to move all of our stack to kubernetes and then they will be way more. Is there any better way to do this? Thanks a lot, Rodrigo -- You received this message because you are subscribed to the Google Groups "Containers at Google" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-containers. For more options, visit https://groups.google.com/d/optout.
