dotnet-operator-sdk
dotnet-operator-sdk copied to clipboard
KubeOps is a kubernetes operator sdk in dotnet. Strongly inspired by kubebuilder.
### Describe the bug Due to the fact that the `TimedEntityQueue` is processed separately from the `ResourceWatcher`, this can cause a race condition in `ReconcileAsync` where the method is called...
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you would like I would love if the project supported .NET Aspire with...
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you would like I'd like to be able to implement the `scale` subresource...
### Describe the bug When I use a `CertificateGenerator` and `UseCertificateProvider()` for local development with minikube, I get a TLS error when k8s tries to call a Webhook. There is...
### Is your feature request related to a problem? Please describe. I have a situation that I need to watch the `Foo` entity, but with different label selectors to filter...
### Describe the bug If I have required properties in my spec, adding the below will validate: ```yaml apiVersion: mycrd.io/v1 kind: MyResource metadata: name: example namespace: default spec: {} ```...
### Describe the bug The output order of the RbacGenerator isn't consistent. If you rebuild a project, the order the rules are output in operator-role.yaml can change. They should be...
[bug]: Entity "CertificateRequest/test-cert-1" modification did not modify generation. Skip event.
### Describe the bug I am doing a feasibility around implementing a cert-manager.io operator using KubeOps. In the cert-manager.io concept, certificate approvals are given via updating status.conditions field which does...
### Describe the bug At seemingly random times during both local debugging and a deployed operator I receive the `Watcher for MyEntity was terminated and is reconnecting` message. Code [here](https://github.com/buehler/dotnet-operator-sdk/blob/9c16f6e3066c1f6a0437e336944345b2035f2705/src/KubeOps.Operator/Watcher/ResourceWatcher%7BTEntity%7D.cs#L219)....