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 🤷
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 🤷