Garvin Pang
Garvin Pang
Ya! Initially I thought this was only supported in events/v1 but it seems like it was supported back in core/v1 events so we didn't need to upgrade Karpenter
> How does that appear to the client? Are events with related objects visible in the describe output for a related resource? That depends on how your clients consume "event"...
Just to add, EventRecorder indeed doesn't have related but it is a pretty basic helper for emitting events. You can see comparing it's interface with the spec of event it's...
Ah yes you are right. In that case you would have to migrate from client-go/tools/record/event's Event recorder to client-go/tools/events/event's event record https://github.com/kubernetes/client-go/blob/master/tools/events/event_recorder.go#L45. But this would entail upgrading to events/v1 vs...
I want to add a few more points that is related we likely should put some thoughts into moving forward in the future. 1. I think Karpenter is trying to...
Chatted a bit about this with the maintainers. Specifically despite Node Overlay RFC being merged, we might not be able to leverage that for implementing saving plans. The problem here...
Possibly fixable by changing instance type mechanism https://github.com/kubernetes-sigs/karpenter/issues/2605
> I wonder if we just consider bumping this time generally -- this comes at the cost of slower response time, but we may also be able to just create...