Robin Sonefors

Results 32 comments of Robin Sonefors

Another thing to think about is whether we want any kind of "might work, but not supported" - i.e. if we compile our typescript targeting es6, then it's guaranteed not...

There's 2 clients for k8s in go: * The one simply called `client-go` * The one from `controller-runtime`. `controller-runtime` is ultimately a wrapper around `client-go`, which exposes a slightly reduced...

Is that this one? https://pkg.go.dev/k8s.io/client-go/dynamic Or is it another one that's not part of client-go?

This doesn't apply when a user doesn't have cluster-level permissions. K8s doesn't do per-namespace filtering when you make a request for "all namespaces" - it simply checks if you have...

Which git forges are in scope for this ticket?

@JamWils We will need to talk more about this in refinement

Ah, the joy of tickets created mid-meeting… This is specifically for oci sources, intended as a follow-up to #2520. #2520 is a "make it work" ticket - when that's resolved,...

Is that sufficient? If my internet goes wonky, then it'd stay forever. Would we need to check for some kind of heartbeat on the server to decide if we want...

In out of scope, it says > We cannot gracefully handle "raw" helm charts. But the rest of the document mentions helm releases multiple times - for example: > The...

Is there anything we need to do enterprise-side before we merge this, or can I just merge it?