Andy Suderman
Andy Suderman
I honestly don't know how hard it would be. I haven't used LimitRanges much at all. Here is where we pull the current requests and limits - https://github.com/FairwindsOps/goldilocks/blob/a6988c29f15ff5472d147a4496dce76893d76d0f/pkg/summary/summary.go#L184-L190 Since it's...
So, this is a side effect of how we lookup any top-level controller without having to maintain separate code. We look at pods, and then find their top-level controller. It...
My light testing with jobs seems to suggest that since there are not always job pods running, the VPA doesn't seem play too nicely with them.
This is great idea. I would love to see a toggle that allows users to hide or show those
Thank you for the detailed writeup! This actually solves some issues that have been rattling around in my head. Currently, we're using https://github.com/fairwindsops/controller-utils to identify the top level controller, so...
Pinging @ivanfetch @rbren for comment on controller-utils. We discussed a bit internally and I think it makes sense to add it there, but we want to do it in a...
We will have to look at this and determine if it's a bug or just an issue with confusing definitions on burstable QoS class.
Thanks! I recently learned how this is the accurate approach, so I appreciate the update. If you could sign the CLA, we'll get this merged in. Thanks!
Closing for now. Please feel free to re-open if you get the CLA signed and re-base. Thanks!
It is now possible to add IP address fields to the CSR using cert-manager 0.7.0 I was able to make this work with kiam like this: ``` --- # Create...