-
Notifications
You must be signed in to change notification settings - Fork 0
Upgrade kubernetes library to version 24 #53
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
Upgrade kubernetes library to version 24 #53
Conversation
…ataset is optional and there is an issue with it, we should not fail the step
…ted to another steps output, then no other unconnected output would be in the template for that step since add was now false and never reset to true
|
This fixes 3 issues while investigation IN-CORE studio workflow failures. The initial thought was to upgrade the kubernetes client library to the latest in case there were compatibility issues. After the upgrade, there were still failures. While testing, I found 2 additional issues, which are fixed in this branch. #55 - the workflow template had a bug. Once a step input found that it was connected to another step, the "add" flag got set to false and never reset to true when checking the next input. The flag is now reset when checking each input #56 - optional datasets that were null or ERROR if the upstream step providing the optional dataset failed, it caused the downstream step to abort. It shouldn't because the dataset is optional, it should let it proceed. |
Upgrading kubernetes client library to match latest version of kubernetes cluster for better compatability