-
Notifications
You must be signed in to change notification settings - Fork 882
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
Step 4: Consolidate manifests with multiple versions into 1 #1769
Comments
This was referenced Mar 17, 2021
Here is a matrix with the remaining work:
|
Closing as all manifests were consolidated. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Umbrella Issue: #1735
Some manifests (e.g., notebooks controller, katib) have multiple versions. Take
the example of
notebook-controller
:There are the following versions of manifests:
base
andoverlays
folders, inkubeflow/manifests
. These wereoptimized to work with
kfctl
's kustomization combination magic.base_v3
folder, designed to eschew vars and be buildable withkustomize
. It imports files frombase
.Consolidate multiple manifests versions into one.
The text was updated successfully, but these errors were encountered: