Skip to content

Supporting k8s versions #4169

Answered by manusa
icarmon asked this question in Q&A
May 25, 2022 · 3 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @icarmon

With the newer versions of the Client (>=5.x) it shouldn't be dangerous at all.
Nowadays, the version compatibility matrix only reflects the generated Java types matching Kubernetes core resources. So when we say that K8s 1.23 is fully supported, it really means that we (hopefully) generated all of the Java types that represent the vanilla Kubernetes resources available in that version. We should have also provided DSL entry points to be able to query them.

Anyway, and regarding safety, in case we didn't provide specific support for a more modern (or outdated) K8s resource, in the newer versions any unknown resource will be deserialized into a GenericKubernetesResource.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by icarmon
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@manusa
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants