Closed yanniszark closed 3 years ago
cc @kubeflow/wg-training-leads
/retest
See #325 for more details. I file #326 to mitigate this issue. This should be unblocked once #326 is merged
I have rebased and the tests now pass. Thanks @Jeffwan
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: Jeffwan, yanniszark
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Umbrella-Issue: https://github.com/kubeflow/manifests/issues/1769
PyTorch Operator
Current manifests structure
Explanation
pytorch-job-crds
andpytorch-job-operator
came from kubeflow/manifests.application
overlays contain Application CRs, which we want to move away from (https://github.com/kubeflow/manifests/issues/1715#issuecomment-779402779)Recommended end state
The main diff is that the upstream manifests also install a namespace resource, which we don't want when installing with kubeflow. Following the standard
base
andoverlays
structure, I propose the following structure:overlays/standalone
is used to install the operator in its own namespace, for testing or other purposes.overlays/kubeflow
is used to install the operator as part of kubeflow.