Christoph Bühler

Results 134 comments of Christoph Bühler

Hey @jefflill, would you mind linking the forked repo here? Because this repository does not have a **v6.5.3** official release. There is a 6.5.2 and 7.0.0-prerelease.2 tag right now.

@erin-allison does that make sense? The concurrent directory should be able to handle this right? or did we screw up while refactoring the event queue?

Could you try with the "embedded resource" attribute? There is an attribute, that should be used if sub-resources are linked in properties (like deployments or other kubernetes elements) https://buehler.github.io/dotnet-operator-sdk/kube-ops/KubeOps.Operator.Entities.Annotations.EmbeddedResourceAttribute.html ```csharp...

I'm currently in an exam phase in my studies, as soon as this is over, I'm happy to analyze this matter.

Hey @basilfx Im currently creating an operator that uses some similar feature. But I do reference a full Kubernetes object. In that case, the `EmbeddedRessource` is the correct way to...

Ah, I guess I get it. :-) Need to investigate again.

Hey @tillig Thanks for the detailed analysis! I totally agree with you on this matter. When I first created the application factory, I just had simple testing in mind. With...

Then only thing I could think of right now, is to add some method to set the `IKubernetesClient` in the `KubernetesOperatorFactory`. The client is inserted as "transient" and overwritten in...

https://book.kubebuilder.io/multiversion-tutorial/conversion-concepts.html

Hey @anekdoti Currently not. I'm not certain how I'd implement them at the moment. (And I'm on vacation roght now :) The thing with the webhooks is, that they need...