On Wed, 2019-05-29 at 15:53 -0500, Matthew Thode wrote:
Openshift upstream is giving us difficulty as they are capping the version of urllib3 and kubernetes we are using.
-urllib3===1.25.3 +urllib3===1.24.3 -kubernetes===9.0.0 +kubernetes===8.0.1
I've opened an issue with them but not had much luck there (and their prefered solution just pushes the can down the road).
https://github.com/openshift/openshift-restclient-python/issues/289
What I'd us to do is move off of openshift as our usage doesn't seem too much.
openstack/kuryr-tempest-plugin uses it for one import (and just one function with that import). I'm not sure exactly what you are doing with it but would it be too much to ask to move to something else?
From Kuryr side it's not really much effort, we can switch to bare REST calls, but obviously we prefer the client. If there's much support for getting rid of it, we can do the switch.
x/flame has it in it's constraints but I don't see any actual usage, so perhaps it's a false flag.
Please let me know what you think