sentry-kubernetes icon indicating copy to clipboard operation
sentry-kubernetes copied to clipboard

bump kubernetes client to 11.0.0

Open mislavcimpersak opened this issue 5 years ago • 0 comments

As mentioned in https://github.com/getsentry/sentry-kubernetes/issues/32 kubernetes client is lagging behind and because of incompatible versions with the deployed kubernetes version in the cluster there are errors. Errors that cause sentry client to stop reporting until it restarts.

As visible in the kubernetes python client compatibility matrix they are not even showing compatibility for 8.x versions anymore. I'm taking that as an indication that 8.x is a thing of the past.

This pull request is bumping the client to latest.


Perhaps some mechanism could be contorted that might allow folks to specify which version of the client should be installed 🤷

mislavcimpersak avatar Jul 29 '20 08:07 mislavcimpersak