client-go icon indicating copy to clipboard operation
client-go copied to clipboard

Compatibility clarification on upgrade

Open jnlycklama opened this issue 6 months ago • 1 comments

The compatibility matrix is imprecise on how to handle upgrades https://github.com/kubernetes/client-go/?tab=readme-ov-file#compatibility-matrix.

The chart tells us each client version will only be 100% compatible with the same AKS version. If that is true, how should cluster upgrades be handled? The C# SDK supports n-2 versions https://github.com/kubernetes-client/csharp#version-compatibility which allows for more leeway

jnlycklama avatar Jul 25 '24 18:07 jnlycklama