-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(backend): Upgrade argo to v3.4.16 #10568
Conversation
Hi @gmfrasca. Thanks for your PR. I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
93933f8
to
dd939f3
Compare
/ok-to-test |
/test kubeflow-pipeline-e2e-test |
I believe the CI errors are due to the respective Argo images not existing in the I'm assuming I don't have permissions to build and publish them to the repository so who would be responsible for taking that action? |
Another quick note: When testing this, there was a unit test that was failing ( |
@chensun @zijianjoy Can you push Argo 3.4 images to gcr to ensure test will pass? |
Done. |
/retest |
fe7c39f
to
b2fbc1c
Compare
/test kubeflow-pipeline-backend-test |
looking into the e2e failure but in the meantime, looks like mkp was a network flake so retesting to see if investigation is needed /test kubeflow-pipeline-mkp-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @gmfrasca
/lgtm
Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
- Argo 3.4.16 upgrade introduces a breaking change with inconsistent node.ID vs node.Name - introduce a function in workflow.go to conditionally handle this Signed-off-by: Giulio Frasca <[email protected]>
- PNS Executor was removed in Argo v3.4, so manifests no longer valid - WorkflowController will fail to start if `containerRuntimeExecutor` provided as input parameter, so remove from WC ConfigMap and CM patches Signed-off-by: Giulio Frasca <[email protected]>
- Stemming from upgrade to argo 3.4, Pod Name is no longer always the same as NodeID, which breaks a few tabs (PodInfo, PodEvents and PodLogs). Add function to address this Signed-off-by: Giulio Frasca <[email protected]>
Signed-off-by: Giulio Frasca <[email protected]>
^just addresses the rebase/merge conflicts (only affects go.mod and licenses CSVs) |
@chensun / @zijianjoy bump, any thing else we can do to help get this PR merged? |
/lgtm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
Thanks!
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chensun, Tomcli The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Description of your changes:
Implements #10469, also Fixes #8935
RetrievePodName
function to work around NodeStatus.ID issue (see below)Note: This PR supercedes #9301, copying description from PR:
Fixes the following CVEs:
Breaking changes:
Notes:
containerRuntimeExecutor
value in the WorkflowController ConfigMap needs to be removed in all manifests, or else the WC Pod will fail on an invalid input json error. May need assistance testing across all platformsChecklist: