JerT33
JerT33
**Description of your changes:** This PR adds `commonEnvs` to the driver container. This will now expose the `KFP_POD_NAME` and `KFP_POD_UID` env vars. This PR then updates`InPodName` to take advantage of...
(will fix name if PR is taken out of draft) **Description of your changes:** This is a supplemental PR to #12295. The previous PR addressed making error messages less verbose...
### Environment KFP version: v2.5+ ### Steps to reproduce Use multiple replica sets of the metadata writer. These will be doing the same tasks and cause unhandled errors around removing...
**Description of your changes:** Add back general exception to metadata writer file. This will stop frequent pod restarts that occur whenever there is an unhandled error. This PR will revert...