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
kubernetes-client's latest release is incompatible with Snakeyaml 2.x, because that release removes some default constructors and methods that don't set LoaderOptions or LoadSettings. This may have already been fixed on master with #4836, but there has not yet been a release since then so it's hard to verify if that's the case.
java.lang.NoSuchMethodError: org.yaml.snakeyaml.constructor.SafeConstructor: method 'void <init>()' not found
at io.fabric8.kubernetes.client.utils.Serialization.unmarshalYaml(Serialization.java:379)
at io.fabric8.kubernetes.client.utils.Serialization.unmarshal(Serialization.java:202)
at io.fabric8.kubernetes.client.utils.Serialization.unmarshal(Serialization.java:167)
The text was updated successfully, but these errors were encountered:
kubernetes-client's latest release is incompatible with Snakeyaml 2.x, because that release removes some default constructors and methods that don't set LoaderOptions or LoadSettings. This may have already been fixed on master with #4836, but there has not yet been a release since then so it's hard to verify if that's the case.
The text was updated successfully, but these errors were encountered: