-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
fix(Backend + SDK): Add missing optional field to SecretAsVolume and … #10550
Conversation
Hi @revit13. 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. |
…ConfigMapAsVolume. Signed-off-by: Revital Sur <eres@il.ibm.com>
Signed-off-by: Revital Sur <eres@il.ibm.com>
/ok-to-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.
/lgtm
/assign @chensun
Signed-off-by: Revital Sur <eres@il.ibm.com>
/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
@chensun could you review this PR? Thanks.
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
/test kubeflow-pipeline-backend-test |
/retest |
Signed-off-by: Revital Sur <eres@il.ibm.com>
Signed-off-by: Revital Sur <eres@il.ibm.com>
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
Opened issue #10629 to track failing tests. Once upstream fixed the tests, we might need to rebase again. |
@revit13 Please rebase your PR to get the latest client code changes. |
Signed-off-by: Revital Sur <eres@il.ibm.com>
Signed-off-by: Revital Sur <eres@il.ibm.com>
@revit13: The following tests failed, say
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. I understand the commands that are listed here. |
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
[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 |
kubeflow#10550) * fix(Backend + SDK): Add missing optional field to SecretAsVolume and ConfigMapAsVolume. Signed-off-by: Revital Sur <eres@il.ibm.com> * Update after rebase. Signed-off-by: Revital Sur <eres@il.ibm.com> * Update after rebase. Signed-off-by: Revital Sur <eres@il.ibm.com> * Update after merge. Signed-off-by: Revital Sur <eres@il.ibm.com> * Updates after merge with master branch. Signed-off-by: Revital Sur <eres@il.ibm.com> --------- Signed-off-by: Revital Sur <eres@il.ibm.com>
cherry-pick from kubeflow#10550
kubeflow#10550) * fix(Backend + SDK): Add missing optional field to SecretAsVolume and ConfigMapAsVolume. Signed-off-by: Revital Sur <eres@il.ibm.com> * Update after rebase. Signed-off-by: Revital Sur <eres@il.ibm.com> * Update after rebase. Signed-off-by: Revital Sur <eres@il.ibm.com> * Update after merge. Signed-off-by: Revital Sur <eres@il.ibm.com> * Updates after merge with master branch. Signed-off-by: Revital Sur <eres@il.ibm.com> --------- Signed-off-by: Revital Sur <eres@il.ibm.com>
…ConfigMapAsVolume. Fixes #10548.
Description of your changes:
Part of #9714, #10400, #10483 and #10549
This PR supports the addition of missing optional fields to SecretAsVolume and ConfigMapAsVolume introduced in #10549. The fields were added to avoid failure when the secret or config map used as volume source are missing.
To be rebased and update go.mod after #10548.
Checklist: