[IBM] split full stack to components to support finer grain customization used in KfDef#1582
Conversation
|
/retest |
|
/lgtm |
|
Thanks @adrian555, can we have a follow up PR that do the same for our multi-user kfdef? |
animeshsingh
left a comment
There was a problem hiding this comment.
/lgtm
As discussed, we should follow this on with an option to provide KFP with Tekton
|
/lgtm |
|
@moficodes: changing LGTM is restricted to collaborators DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adrian555, animeshsingh The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Will be responsible for maintaining manifests for KFServing, OpenShift, IKS etc. PRs merged: kubeflow#1515 kubeflow#1575 kubeflow#1580 kubeflow#1617 Reviews: kubeflow#1582 kubeflow#1621 kubeflow#1625 kubeflow#1627 kubeflow#1628 kubeflow/kfctl#419
PRs: Manifest (kubeflow/community-distribution#1603) Website (kubeflow/website#1752) Reviews: Manifest(kubeflow/community-distribution#1621, kubeflow/community-distribution#1594, kubeflow/community-distribution#1582, kubeflow/community-distribution#1567) kfctl(kubeflow/kfctl#419) Website(kubeflow/website#2327) Issue Triage: kfctl(kubeflow/kfctl#428, kubeflow/kfctl#424, kubeflow/kfctl#418)
PRs: Manifest (kubeflow/community-distribution#1603) Website (kubeflow/website#1752) Reviews: Manifest(kubeflow/community-distribution#1621, kubeflow/community-distribution#1594, kubeflow/community-distribution#1582, kubeflow/community-distribution#1567) kfctl(kubeflow/kfctl#419) Website(kubeflow/website#2327) Issue Triage: kfctl(kubeflow/kfctl#428, kubeflow/kfctl#424, kubeflow/kfctl#418)
Which issue is resolved by this Pull Request:
Resolves #
Description of your changes:
This PR splits the full Kubeflow stack for IBM Cloud platform in
stacks/ibm/kustomization.yamlto a set of components, includingcontrol plane,argo,pipelines,notebooksetc. This enables a finer grain customization of Kubeflow components when users usingKfDefconfiguration file to install Kubeflow. For example, ifnotebooksis not part of theKfDefconfiguration, then the Kubeflow's notebook server component won't be installed.A sample
KfDefconfiguration filekfctl_ibm_customstack.yamlis provided.Checklist:
cd manifests/testsmake generate-changed-onlymake test