Morten Torkildsen

Results 122 comments of Morten Torkildsen

I thought we had handling to unwrap lists when we read files/streams. But looking at it now, the functionality for unwrapping lists in the kyaml library is not sufficient to...

Simplified the example to avoid relying on the private images.

I put this in m4. I don't think using anchors and references are very common with k8s config, so I don't think it is a major issue. But we should...

Yeah, this looks like a bug. Can we add a test as part of this PR?

In order to evaluate the different alternatives described in https://github.com/kubernetes/enhancements/issues/5194#issuecomment-2715318412, I think we need to understand how the `ReservedFor` field is being used. I tried to look through the code...

So looking more into this, a few things have come up that I want to clarify. The resourceclaim controller currently stamps out a `ResourceClaim` per `ResourceClaimTemplate` reference for pods. This...

> Not at the moment. It was one of those forward-looking API decisions: if we ever need something else, we have the API ready for it. But it needs additional...

> `ReservedFor` does one thing: "keeping track of the pods that are currently using the ResourceClaim." That makes sense. That there is a single purpose for this field makes it...