-
Notifications
You must be signed in to change notification settings - Fork 143
Conversation
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.
@johnugeorge LGTM but if you're going to push containers for the new API version shouldn't the e2e test be changed to use that version?
@jose5918 Yes. it has to be changed once kubeflow/kubeflow#1441 is merged . The default version is set to be v1alpha1 for now. Our e2e tests do not use config examples(in the PR) directly. They use https://github.com/kubeflow/pytorch-operator/blob/master/test/e2e/main.go i will add e2e tests for v1alpha2 soon. |
/lgtm |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jose5918 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 |
Adding config examples for v1alpha2 version
This change is