-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bumping fabric8 k8s client to 6.7.2 and adjusting OpenShift class accordingly #1
Bumping fabric8 k8s client to 6.7.2 and adjusting OpenShift class accordingly #1
Conversation
I improved it by using the Client adapter approach which is already designed and used in the kubernetes client, see https://github.com/fabric8io/kubernetes-client/blob/v6.7.2/kubernetes-client-api/src/main/java/io/fabric8/kubernetes/client/extension/ClientAdapter.java and https://github.com/fabric8io/kubernetes-client/blob/v6.7.2/openshift-client-api/src/main/java/io/fabric8/openshift/client/NamespacedOpenShiftClientAdapter.java
Next step I'll run some integration tests from Intersmash. |
Hi, thank you, I've played around with your changes, tests are still mostly failing with
Last time I had this issue, it was caused by missing |
I don't know what this issue is about. From the details it looks to me as you're testing the changes through the EAP QE OpenShift TS. I am doing the same with Intersmash, and it seems to work (except for some failures I still need to fix) . Have you tried referencing the XTF SNAPSHOT based on our cumulative changes that I released a couple of days ago? |
Yes, I'm using the new snapshot, but still no luck with the errors. I don't see anything in the client changelog that could be causing this. |
I sent an upgrade to 6.8.1 to @fabiobrz 's branch. It includes the fix that was causing problems in OpenShift TS - commented-out token matching. @RoyalKarma When merged please run full tests again. |
upgrade to 6.8.1 + fix token matching
Hi @RoyalKarma - a draft for a potential solution about what we discussed yesterday.
This is just a first stab, and I am going to play/test a little bit more with it, since I havent tried at all it yet.
I'll keep you posted.
Please make sure your PR meets the following requirements: