-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 KubeadmControlPlane types / validation webhooks #1765
✨ Add KubeadmControlPlane types / validation webhooks #1765
Conversation
Isn't this ✨? |
be597eb
to
3e41de6
Compare
I haven't made the other type changes yet. |
/milestone v0.3.0 |
eb30d26
to
ffa5470
Compare
It would be really great to add some kind of documentation for the new types so that as we need to keep stuff documented the pages already exist and have a little bit of information already. Absolutely fine to have a warning saying these types are a work in progress use at your own risk etc etc |
e832072
to
ca33081
Compare
82bd57a
to
09d8383
Compare
f9e545d
to
b11b0d8
Compare
/assign @ncdc |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: detiber, ncdc 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 |
@@ -101,6 +102,10 @@ func main() { | |||
"The amount of time the bootstrap token will be valid", | |||
) | |||
|
|||
flag.IntVar(&webhookPort, "webhook-port", 9443, |
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.
Need to plumb webhookPort
into the manager Options (Port
field)
/lgtm cancel |
Signed-off-by: Andy Goldstein <[email protected]>
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.
/lgtm
What this PR does / why we need it:
Initial addition of KubeadmControlPlane types
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Related to #1756