csharp
csharp copied to clipboard
Officially supported dotnet Kubernetes Client library
**Describe the bug** Kube config file containing kubelogin commands does not work and throws timeout exception **Kubernetes C# SDK Client Version** 11.0.44 **Server Kubernetes Version** 1.25.5 **Dotnet Runtime Version** net6...
@brendandburns @tg123 As far as I see there is still an issue with this implementation. The certificates are now copied from the `KubernetesClientConfiguration` instance to each consuming `KubernetesClient` instance. Each...
This PR demonstrates that `KubernetesClientConfiguration.LoadKubeConfig` is not thread-safe due to YamlDotNot Deserializers. ``` Exception during deserialization at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser parser, Type expectedType, SerializerState state, IValueDeserializer nestedObjectDeserializer) at YamlDotNet.Serialization.ValueDeserializers.AliasValueDeserializer.DeserializeValue(IParser parser, Type expectedType,...
**Describe the bug** `KubernetesClientConfiguration.LoadKubeConfig` is not thread-safe due to YamlDotNet Deserializer being used as a static PR with a test showing the issue https://github.com/kubernetes-client/csharp/pull/1536 ``` Exception during deserialization at YamlDotNet.Serialization.ValueDeserializers.NodeValueDeserializer.DeserializeValue(IParser...
**Describe the bug** I know the C# k8s client has been working to get compatible with source trimming. I tried to get Json serialization working, but get this error at...
**Describe the bug** Fresh pull of the repository is unable to generate a solution **To Reproduce** Steps to reproduce the behavior: Forked and pulled master branch. `dotnet msbuild /t:slngen` -->...
Fixes #1528
**Describe the bug** KubernetesYaml uses Culture dependant string formatting for floating point numbers. **Kubernetes C# SDK Client Version** `13.0.11` **Server Kubernetes Version** `N/A` **Dotnet Runtime Version** `net8` **To Reproduce** ```csharp...
I @tg123 , I'am using KubernetesClient.Aot --version 13.0.12 Thank you so much for your help ! Just an issue to trace it. It would be awesome to implement AOT compatibility...
**Describe the bug** A clear and concise description of what the bug is. **Kubernetes C# SDK Client Version** e.g. `12.1.1` **Server Kubernetes Version** e.g. `1.25.5` **Dotnet Runtime Version** e.g. net6...