dotnet-operator-sdk
dotnet-operator-sdk copied to clipboard
KubeOps is a kubernetes operator sdk in dotnet. Strongly inspired by kubebuilder.
**Describe the bug** A clear and concise description of what the bug is. Operator pod is restarting non stop, without end, when deployed to cluster **To Reproduce** Steps to reproduce...
**Describe the missing piece of documentation** Describe what you miss in the docs. Can you add in documentation guide how to deploy operator to cluster via kubectl, flux trough Github...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Microsoft.Build.Locator](https://togithub.com/microsoft/MSBuildLocator) | `1.7.1` -> `1.7.8` | [](https://docs.renovatebot.com/merge-confidence/)...
[](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.8.0` -> `4.9.2` | [](https://docs.renovatebot.com/merge-confidence/)...
[](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.8.0` -> `4.9.2` | [](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.8.0` -> `4.9.2` | [](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.8.0` -> `4.9.2` | [](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.8.0` -> `4.9.2` | [](https://docs.renovatebot.com/merge-confidence/)...
### Describe the bug Hello, sometimes I see that when the operator starts, it doesn't succeed to watch a resource type at the first try. In the image an example...
### Describe the bug When using the range attributes, the generated CRD always contain decimal values, but generated in the culture of the OS. Which is invalid, as yaml only...