- If I am using
K8sClient 10.0, does it suppose to work with a cluster of version 1.22 (26-4)?
FWIW, in the doc, I can only find info looking forward, for example, do I understand this correctly, K8sClient.8.0 generated from 1.24 works with 1.25 & 1.26.
| SDK Version |
Kubernetes Version |
.NET Targeting |
| 10.0 |
1.26 |
net6.0;net7.0;net48*;netstandard2.0* |
| 9.1 |
1.25 |
netstandard2.1;net6.0;net7.0;net48*;netstandard2.0* |
| 9.0 |
1.25 |
netstandard2.1;net5.0;net6.0;net48*;netstandard2.0* |
| 8.0 |
1.24 |
netstandard2.1;net5.0;net6.0;net48*;netstandard2.0* |
| 7.2 |
1.23 |
netstandard2.1;net5.0;net6.0;net48*;netstandard2.0* |
| 7.0 |
1.23 |
netstandard2.1;net5.0;net6.0 |
K8sClient 10.0, does it suppose to work with a cluster of version1.22(26-4)?FWIW, in the doc, I can only find info looking forward, for example, do I understand this correctly, K8sClient.8.0 generated from
1.24works with1.25&1.26.