Radeity opened a new pull request, #13891: URL: https://github.com/apache/dolphinscheduler/pull/13891
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request - This PR closes https://github.com/apache/dolphinscheduler/issues/13882 - Upgrade kubernetes-client version to 6.0.0, which solve the bug mentioned in above issue, it no longer uses `PipedInputStream` and `PipedOutputStream` which are replaced by `Channel` in new version, which can also solve other potential bugs. ## Brief change log - Replace usages of deprecated `DefaultKubernetesClient` and build client in a recommended way. - Clean the logic of pod log collection in `AbstractCommandExecutor`. ## Verify this pull request - Manually tested, the same bug will never happen. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
