Re: [openstack-dev] [all] propose to upgrade python kubernetes (the k8s python client) to 4.0.0 which breaks oslo.service

2018-01-07 Thread Eyal Leshem
u use ThreadPool in other places in your code, but in such case you can't run with eventlet anyway. hope that helps, leyal On 4 January 2018 at 23:45, Lingxian Kong wrote: > On Tue, Jan 2, 2018 at 1:56 AM, Eyal Leshem wrote: > >> Hi , >> >> According to https://githu

Re: [openstack-dev] [all] propose to upgrade python kubernetes (the k8s python client) to 4.0.0 which breaks oslo.service

2018-01-01 Thread Eyal Leshem
27;_MainThread' object has no attribute '_state' > > I did a google search, found this: https://github.com/ > eventlet/eventlet/issues/147 > > multiprocessing.pool was introduced since 4.0.0 (threading lib was used > before) > > I assume this is an backwa

Re: [openstack-dev] [all] propose to upgrade python kubernetes (the k8s python client) to 4.0.0

2017-12-13 Thread Eyal Leshem
3.0.0 is align with the kubernetes-1.7 api spec. In 1.8 there is some fields that had been added to the k8s-network-policy. so for me 4.0.0 will be much better. thanks, leyal On 13 December 2017 at 11:49, wrote: > On Wed, 2017-12-13 at 09:51 +0200, Eyal Leshem wrote: > > Hi all , &

Re: [openstack-dev] [all] propose to upgrade python kubernetes (the k8s python client) to 4.0.0

2017-12-13 Thread Eyal Leshem
ard compatible, right? > > > Cheers, > Lingxian Kong (Larry) > > On Wed, Dec 13, 2017 at 8:51 PM, Eyal Leshem wrote: > >> Hi all , >> >> In order to use kubernetes client that support network-policies , >> we plan to upgrade the python kubernetes package

[openstack-dev] [all] propose to upgrade python kubernetes (the k8s python client) to 4.0.0

2017-12-12 Thread Eyal Leshem
Hi all , In order to use kubernetes client that support network-policies , we plan to upgrade the python kubernetes package from 1.0.0 to 4.0.0. any objections ? thanks, leyal clarification: The purposed changed is for kubernetes-python-client - that called just "kubernetes" in pypi ___