Closed rhuss closed 6 years ago
@rhuss: I haven't seen that before. With a quick search I found:
https://github.com/openshift/jenkins-sync-plugin/issues/173 and some other related issues.
Where do u get this?
I get this when I create when checking for a running build for the integration runtime on our ignite cluster (3.6.) with the images used from the pipeline builds. I never have seen this before, too. I'm a bit afraid that this is because our upstream images use a very old kubernetes-client (2.2.13), whereas the pipeline builds have 2.6.0. For 2.2.13 I never have seen this issue.
@iocanel do know what the difference between 2.2.13 and 2.6.0 of kubernetes-client is ? For 2.2.13 the code above still works fine, so there must be some difference within the client.
@rhuss: I think that in the 2.6.0 the major difference is control for the api groups.
I would give it a shot with the latest 2.5.x and see if we can live with it.
If I understood @cunningt correctly, the goal is to align FIS, which seems to have bumped up to 2.6 already. But maybe its worth for them also to downgrade to 2.5 ?
2.5.9 is the latest, right ? Let me try this with the upstream version ...
2.5.9 does not work either ...
2.4.1 works ...
2.5.1 does not. So the change from 2.4.1 to 2.5.1 broke this // @iocanel
The difference can be found here: https://github.com/fabric8io/kubernetes-client/compare/v2.4.1...v2.5.1
Not sure, what to do next ....
the corresponding code looks like
and has not changed since 6 weeks.
@iocanel any ideas what this could be ?