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

[![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.CSharp.Workspaces](https://togithub.com/dotnet/roslyn) | `4.9.2` -> `4.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.CSharp.Workspaces/4.10.0?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.CSharp](https://togithub.com/dotnet/roslyn) | `4.9.2` -> `4.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.CSharp/4.10.0?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.Common](https://togithub.com/dotnet/roslyn) | `4.9.2` -> `4.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis.Common/4.10.0?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](https://togithub.com/dotnet/roslyn) | `4.9.2` -> `4.10.0` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.CodeAnalysis/4.10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

### Describe the bug When running the operator for the first time without any connection configuration, we quickly get an overwhelming spam of error connection logs on startup This also...

bug

### Describe the bug The first SAN in `svc.pem` does not seem to match name of service. ### To reproduce 1. In `examples\WebhookOperator` directory 2. `KubeOps.Cli.exe gen operator namepassedin --out...

bug

This is blocked until https://github.com/dotnet/roslyn/issues/74016 is fixed.

### Describe the bug When using the `Length` attribute and only specifying the min length, like this `[Length(minLength: 1)]`, the resulting generated CRD has this in it: ```yaml maxLength: -1...

bug

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.AspNetCore.Mvc.Testing](https://asp.net/) ([source](https://redirect.github.com/dotnet/aspnetcore)) | `8.0.8` -> `8.0.10` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Microsoft.AspNetCore.Mvc.Testing/8.0.10?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies

### Describe the bug When the operator has been running for a while and the watch of a resource has failed it correctly tries to re-connect. However when it tries...

bug