getsentry / sentry-kubernetes

Kubernetes event reporter for Sentry
Apache License 2.0
464 stars 64 forks source link

bump kubernetes client to 11.0.0 #41

Closed mislavcimpersak closed 11 months ago

mislavcimpersak commented 4 years ago

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 🤷