This repository has been archived by the owner on Sep 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 143
pytorch-operator: Consolidate manifests #323
Merged
google-oss-robot
merged 3 commits into
kubeflow:master
from
arrikto:feature-consolidate-manifests
Mar 18, 2021
Merged
pytorch-operator: Consolidate manifests #323
google-oss-robot
merged 3 commits into
kubeflow:master
from
arrikto:feature-consolidate-manifests
Mar 18, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cc @kubeflow/wg-training-leads |
/retest |
yanniszark
force-pushed
the
feature-consolidate-manifests
branch
from
March 18, 2021 10:30
a9965c9
to
5071c9c
Compare
Signed-off-by: Yannis Zarkadas <[email protected]>
Signed-off-by: Yannis Zarkadas <[email protected]>
Signed-off-by: Yannis Zarkadas <[email protected]>
yanniszark
force-pushed
the
feature-consolidate-manifests
branch
from
March 18, 2021 10:35
5071c9c
to
afb2445
Compare
I have rebased and the tests now pass. Thanks @Jeffwan |
Jeffwan
approved these changes
Mar 18, 2021
/lgtm |
[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
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Umbrella-Issue: kubeflow/manifests#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 (Why do we need kubernetes-sigs/application controller in Kubeflow? manifests#1715 (comment))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.