-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for kubernetes 1.16 #2509
Comments
BTW,another question: Is version 4.1.0 support Kubernetes 1.16? |
We updated the Kubernetes Model to Kubernetes 1.17.x in v4.7.0. In our compatibility matrix, when we say the client supports 1.17.x, we mean it supports up to Kubernetes 1.17.x(unless there is some breaking change in between Kubernetes 1.16.x and 1.17.x). Could you please try with versions after 4.7.0 for your setup and see if they work fine? Are you looking for something in particular related to Kubernetes 1.16.x that we might be missing? |
It's probably safe to assume that Kubernetes Client works with 1.16.x
|
I just checked compatibility with 1.16 by running our integration test suite on my branch with minikube's version set to 1.16.0: https://github.com/rohanKanojia/kubernetes-client/runs/1241248067?check_suite_focus=true |
That's good, but we need to check from which Kubernetes Client Version we are 1.16 compliant. According to the current compatibility matrix, this should be between 4.6.0 and 4.7.0. If we don't want to do any extra tests (probably not worth it), we should settle on 4.7.0. |
+ latest Kubernetes Versions should be shown first followed by older versions + Added column for 1.16.0 as discussed in fabric8io#2509 + Added column for OpenShift 4.5.14(after running integration tests on `crc`)
+ latest Kubernetes Versions should be shown first followed by older versions + Added column for 1.16.0 as discussed in fabric8io#2509 + Added column for OpenShift 4.5.14(after running integration tests on `crc`)
+ latest Kubernetes Versions should be shown first followed by older versions + Added column for 1.16.0 as discussed in fabric8io#2509 + Added column for OpenShift 4.5.14(after running integration tests on `crc`)
+ latest Kubernetes Versions should be shown first followed by older versions + Added column for 1.16.0 as discussed in fabric8io#2509 + Added column for OpenShift 4.5.14(after running integration tests on `crc`)
polite ping, Did anyone get any chance to try KubernetesClient v4.7.0 on Kubernetes 1.16.x? |
Closing this as I think it's resolved. Please feel free to reopen in case you're still facing problems with this. |
I see in the documentation that kubernetes 1.15.3 and 1.17.0, which of the clients support kubernetes 1.16?
The text was updated successfully, but these errors were encountered: