Stephane Odul

Results 140 comments of Stephane Odul

I'm afraid the project is abandoned as there has been no commits since April 2021 and issues and PRs seem to pile up. We are looking at alternatives to sops,...

Another voice to the list of impacted folks. We had to roll back to 11.0.0. The lack of fixes is concerning as we are about to migrate to k8s 1.18...

Just tested with `kubernetes==17.17.0` and `openshift==0.12.0`. We are still getting `Failed to get client due to HTTPConnectionPool(host='localhost', port=80): Max retries exceeded with url: /version (Caused by NewConnectionError(': Failed to establish...

We were able to move forward with the latest versions of the client (17.17.0), with the OpenShift library (0.12.0), by upgrading Ansible from 2.x to the latest 4.x (4.0.0). The...

@jeroentorrekens This is what I have on my machine and we do not have issues: ``` > pip3 freeze | egrep "(ansible|openshift|kubernetes)" ansible==4.1.0 ansible-core==2.11.2 azure-mgmt-redhatopenshift==0.1.0 kubernetes==17.17.0 openshift==0.12.1 ``` I'm not...

@origliante as an updated datapoint the problem is now gone for us and we have these versions: ``` > pip3 freeze | egrep "(ansible|openshift|kubernetes)" ansible==4.4.0 ansible-core==2.11.3 azure-mgmt-redhatopenshift==1.0.0 kubernetes==18.20.0 openshift==0.12.1 ```

We consider the new pip resolver to be broken, it takes several minutes for it to decide how to resolve the dependency tree for example, and we have to use...

@CleanCut I'm considering spending some time to move this forward but since the code handling threads has conditional logic for backward compatibility with older versions of Python (at least it...

I'm only considering removing code for python 2, if that's ok with you.

I recommend upgrading the README for now to enforce the architecture: ``` docker build -t local/nativefier --platform=linux/amd64 . ``` This will allow folks on machine with an Apple CPU to...