-
Notifications
You must be signed in to change notification settings - Fork 214
WIP: Adding GCPMachinePool Functionality (continued) #1478
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
base: main
Are you sure you want to change the base?
Conversation
Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it. 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-sigs/prow repository. |
✅ Deploy Preview for kubernetes-sigs-cluster-api-gcp ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: justinsb 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 |
@justinsb: The following test failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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-sigs/prow repository. I understand the commands that are listed here. |
When I looked at #901 previously I thought there were three things that I thought maybe we should address or split out:
|
&expclusterv1.MachinePool{}, | ||
handler.EnqueueRequestsFromMapFunc(machinePoolToInfrastructureMapFunc(gvk)), | ||
). | ||
// watch for changes in KubeadmConfig to sync bootstrap token |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should let users select the bootstrap provider of their choice. This dependency used to exist in other infrastructure providers (e.g. Azure) but it is now removed https://github.com/kubernetes-sigs/cluster-api-provider-azure/pull/4931/files#diff-090609f25d4709ca183257330305b845613ce137e49ce1f6c71512e338607bff
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry @justinsb. I just saw your comment on the original PR (should've checked first). You can resolve this if we're addressing this in a follow-up. I just want this issue to be visible.
PR needs rebase. 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-sigs/prow repository. |
This is a continuation of the work started (and primarily done) by @BrennenMM7 in #901. I hope to be able to rebase it and fix up any remaining issues.
Adding GCPMachinePool Functionality
make generate-manifests
Update controller for new controller-runtime
MetadataItem: key cannot be optional
Tweak error message