-
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
SDK/Compiler: Add add_pvolumes() method to ContainerOp #1353
Conversation
Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com>
/ok-to-test |
Tested on-prem cluster with the
|
/lgtm |
Seems the method |
In the end yes, they both run |
Oh! It also handles the dependencies carried by |
Oh, you are right. By the way, seems each following steps depend on the create_pvc component, that means there is a line to connnect from create_pvc to each following step, It looks a little messy, Is that possiable to cut down to just connect first related step? Just my personal thinking, not problems. |
It does look weird, yes. I think it would be nice to not show redundant dependencies, but that would be misleading in a way. In such occasions the compiler finds out dependencies some of which are not very important to be shown, while others are. How would such distinction be made? |
/assign @Ark-kun |
The functionality I've mentioned ( BTW, with this PR in place, do you still need the /lgtm @gaoning777 @hongye-sun WDYT? |
I meant, according to the logic behind your comment, more of that functionalities should be available, and that is one of them.
Yes, I think both are good to have. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Ark-kun 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 |
/test kubeflow-pipeline-e2e-test |
1 similar comment
/test kubeflow-pipeline-e2e-test |
There seem to be some problems with the integration tests. Is it an infra issue? I guess it couldn't be broken by some PR (since that would have failed as well) |
/test kubeflow-pipeline-e2e-test |
* Update KFServing on OpenShift documentation This commit provides documentation for installing and using KFServing with OpenShift Service Mesh. * Update docs/OPENSHIFT_GUIDE.md Co-authored-by: Animesh Singh <singhan@us.ibm.com> Co-authored-by: Animesh Singh <singhan@us.ibm.com>
Following this discussion.
/cc @jinchihe
This change is