Skip to content

Conversation

@navarroc
Copy link
Collaborator

Upgrading kubernetes client library to match latest version of kubernetes cluster for better compatability

@navarroc navarroc linked an issue Nov 10, 2025 that may be closed by this pull request
@navarroc
Copy link
Collaborator Author

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.

@navarroc navarroc merged commit cffce81 into develop Dec 12, 2025
2 checks passed
@navarroc navarroc deleted the 52-upgrade-kubernetes-library-to-version-24 branch December 12, 2025 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Upgrade kubernetes library to version 24

2 participants