-
Notifications
You must be signed in to change notification settings - Fork 889
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
Update metacontroller #2255
Update metacontroller #2255
Conversation
/assign @zijianjoy |
/lgtm Looks great, thank you so much Ablai! |
/assign @kimwnasptd for approving this change. |
Thanks for keeping this up to date @gkcalat @zijianjoy! Some small questions that come to mind:
|
Good questions: My understanding is that Metacontroller makes it easy to write custom controller in any kubernetes cluster. If you confirm that metacontroller is currently not used in anywhere else except KFP, I think it doesn't matter we have metacontroller by itself in |
Thanks for the explanation! I'm OK with merging this update for now. I made these questions because I want to create a proposal around expectations regarding the
But, again, this will be a proposal of its own. Just wanted to have a rough idea for the state of metacontroller for now. /lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gkcalat, kimwnasptd, zijianjoy 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 |
@kimwnasptd Nice idea! I think the three points you made regarding clear description is a good start. Once we reach consent in community, feel free to let me know and I can provide content for the three points for metacontroller. |
As Kimonas pointed out in his comment, this PR does not change the default behavior of which metacontroller gets installed since the default installation points to the I also noticed that That said, I don't think we need to cut another 1.6 RC for this change only. Since we are planning to cut a new RC in the future for the notebook WG (release blocking issue), we can include this change at that point if you like to continue your work to change the default installation to use the metacontroller from the Let me know what you think! thanks! |
Hello @annajung , you are right, the change to metacontroller will be automatically picked up once you made a new RC. And based on the Notebook WG issue, there is a need to make a new RC. |
* Upgrade metacontroller to sync with KFP * Add README.md * Add README * Convert into kpt package
Which issue is resolved by this Pull Request:
Description of your changes:
Checklist:
Make sure you have installed kustomize == 3.2.1
make generate-changed-only
make test