-
Notifications
You must be signed in to change notification settings - Fork 834
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
Upgrade k8s client API to 1.18+ #1949
Comments
Hi @josephglanville We already have #1675 and #1678 |
These may be related but I don't think address the actual k8s client-go upgrade and associated dependencies. All of these deps need to be updated in lockstep as I did for external-dns here kubernetes-sigs/external-dns#1627 |
Ok thanks. Will need to understand how this affects the executor and operator as we would want to support pre 1.18 k8s users given many clients are only on 1.14 at most. |
If I end up being the one to do it I will validate that anyway because our clusters are on v1.15. My understanding is the client is backwards compatible to all 1.X server/cluster versions however so I don't anticipate any issues. |
Might be solved by #2088 |
In #2088 we initially discussed bumping |
Multiple dependencies will shortly necessitate moving to k8s v1.18+ client libraries. This is a breaking change due to introduction of
context
on most of the API surface for creating resources and such. Istio is the main current feature that will require this upgrade to happen soon however Contour will need it too in order to update to the v1.5.0 client version.The text was updated successfully, but these errors were encountered: