Step 4: Consolidate manifests with multiple versions into 1 #1769
Closed
Description
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:
- The ones living in the upstream repo, used in development and testing.
- The
base
andoverlays
folders, inkubeflow/manifests
. These were
optimized to work withkfctl
's kustomization combination magic. - The
base_v3
folder, designed to eschew vars and be buildable with
kustomize
. It imports files frombase
.
Consolidate multiple manifests versions into one.
Metadata
Assignees
Labels
No labels