You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
YamlDotnet looks like they have made some breaking changes in the latest release: https://github.com/aaubry/YamlDotNet/releases/tag/v16.0.0 specifically to ReadYaml and WriteYaml in IYamlTypeConverter.cs leaving any descendant in the KubernetesClient library broken (i.e., IntOrStringYamlConverter).
Update KubernetesClient to recent version. I've already asked for a new release that includes dependency to v16 of YamlDotNet
Additional Context
The type initializer for 'k8s.KubernetesYaml' threw an exception. TValue Deserialize[TValue](System.String, Boolean) at k8s.KubernetesYaml.Deserialize[TValue](String yaml, Boolean strict)
at k8s.KubernetesYaml.LoadFromStreamAsync[T](Stream stream, Boolean strict)
at k8s.KubernetesClientConfiguration.LoadKubeConfigAsync(FileInfo kubeconfig, Boolean useRelativePaths)
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
YamlDotnet looks like they have made some breaking changes in the latest release: https://github.com/aaubry/YamlDotNet/releases/tag/v16.0.0 specifically to ReadYaml and WriteYaml in IYamlTypeConverter.cs leaving any descendant in the KubernetesClient library broken (i.e., IntOrStringYamlConverter).
(see also kubernetes-client/csharp#1573)
Describe the solution you would like
Update KubernetesClient to recent version. I've already asked for a new release that includes dependency to v16 of YamlDotNet
Additional Context
The type initializer for 'k8s.KubernetesYaml' threw an exception. TValue Deserialize[TValue](System.String, Boolean) at k8s.KubernetesYaml.Deserialize[TValue](String yaml, Boolean strict)
at k8s.KubernetesYaml.LoadFromStreamAsync[T](Stream stream, Boolean strict)
at k8s.KubernetesClientConfiguration.LoadKubeConfigAsync(FileInfo kubeconfig, Boolean useRelativePaths)
The text was updated successfully, but these errors were encountered: