-
Notifications
You must be signed in to change notification settings - Fork 204
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
Add proposal and scaffolding for managed Kubernetes in CAPG #764
Conversation
Welcome @richardchen331! |
Hi @richardchen331. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
/assign @richardcase @cpanato @pydctw |
Thanks for creating this @richardchen331 For @cpanato & @pydctw - myself & @richardchen331 have added a task list to the GKE issue, #512 , based on this proposal. We thought we'd proceed with implementation and then refactor based on any feedback from the proposal as needed as we go along.....just to speed things up. |
8b49371
to
9280370
Compare
/ok-to-test |
@cpanato The PR is rebased. Could you help review it when you get chance? Thanks! cc @richardcase |
This looks good to me.....it's worth calling out that this is the basis for the other open PRs and all the code here will not be used until a later PR uses and enables the GKE functionality. @richardchen331 - a couple of very minor comments:
|
9e690bb
to
3130fb6
Compare
Sounds good. I've updated the release note and squash the commits (2 left, 1 for the proposal, 1 for the scaffolds). Please let me know if you have other feedback :) |
lgtm as well, can we plan as a follow up to have some tests for that? |
@cpanato - yes for sure 👍 Before we allow enabling of the controllers (via feature flag) we will make sure we have tests in place (unit and e2e). |
@richardchen331 - theres one small lint error:
Any chance you'd be able to take a look at that? Then i think we can merge 🎉 |
5f24a3d
to
71a343e
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cpanato, richardchen331 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 |
@cpanato @richardcase I created another PR with only the proposal (#801), could you help review and approve it? I think I'll be able to run the lint test myself after that without asking you to run it every time :) Thanks! |
Ah yes, as you won't be a first-time contributor. |
update API
Signed-off-by: Richard Case <[email protected]> Update API and proposal go mod tidy fix tests fix goimports make generate
8fe8957
to
5cdd8e1
Compare
Signed-off-by: cpanato <[email protected]>
/test all |
Signed-off-by: cpanato <[email protected]>
Signed-off-by: cpanato <[email protected]>
Thanks @cpanato 🧙 /lgtm |
/kind documentation
What this PR does / why we need it:
Add proposal and scaffolding for managed Kubernetes in CAPG (#512)
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer:
Please confirm that if this PR changes any image versions, then that's the sole change this PR makes.
TODOs:
Release note: