dotnet-operator-sdk
dotnet-operator-sdk copied to clipboard
KubeOps is a kubernetes operator sdk in dotnet. Strongly inspired by kubebuilder.
[](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` | [](https://docs.renovatebot.com/merge-confidence/)...
[](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` | [](https://docs.renovatebot.com/merge-confidence/)...
[](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` | [](https://docs.renovatebot.com/merge-confidence/)...
[](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` | [](https://docs.renovatebot.com/merge-confidence/)...
### 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...
### 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...
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...
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` | [](https://docs.renovatebot.com/merge-confidence/) |...
### 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...