dotnet-operator-sdk icon indicating copy to clipboard operation
dotnet-operator-sdk copied to clipboard

KubeOps is a kubernetes operator sdk in dotnet. Strongly inspired by kubebuilder.

Results 79 dotnet-operator-sdk issues
Sort by recently updated
recently updated
newest added

### Describe the bug The installation of webhooks in the init container of the operator creates a service as well as a ValidatingWebhookConfiguration and a MutatingWebhookConfiguration. All three resources are...

bug

### Describe the bug Enabling nullability in my operator project causes webhooks to fail. When nullability is enabled, I see the following `Request.Object.Uid is required` error on the kube-apiserver, which...

bug

### Describe the bug I am deploying a pretty basic operator into our k8s cluster (v1.28.5) and after a while (around 1 hour) we receive this event in our log:...

bug

### Is your feature request related to a problem? Please describe. Currently, the schema generation is limited to what is implemented, Issues like https://github.com/buehler/dotnet-operator-sdk/issues/741, https://github.com/buehler/dotnet-operator-sdk/issues/396, https://github.com/buehler/dotnet-operator-sdk/issues/351 could possibly benefit from...

enhancement

### Describe the bug When creating a CRD entity, the `Length` attribute has `-1` as default value for minimum and maximum length. These values are then converted to `null` when...

bug

### Describe the bug Still related to the recently closed https://github.com/buehler/dotnet-operator-sdk/issues/677 it is possible to get the operator in a state where leader election with high availability does not behave...

bug

### Is your feature request related to a problem? Please describe. If an entity controller throws an exception, the entity does not get re-queued and is effectively dead until some...

enhancement

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [KubernetesClient](https://redirect.github.com/kubernetes-client/csharp) | `14.0.2` -> `14.0.12` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/KubernetesClient/14.0.12?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/nuget/KubernetesClient/14.0.12?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.CodeAnalysis.Workspaces.MSBuild](https://togithub.com/dotnet/roslyn) | `4.9.2` -> `4.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.Workspaces.MSBuild/4.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies