-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Webhook framework for cloud controller manager #108838
Conversation
92e4a3f
to
81fec57
Compare
/triage accepted |
81fec57
to
37bc0c0
Compare
/retest |
Provides framework for CCMs to host webhooks.
a310a09
to
86f4136
Compare
@cheftako for final LGTM |
/retest |
/approve |
LGTM label has been added. Git tree hash: f54d9af835995b9d5dba5f86d427ffb54177b087
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cheftako, dims, liggitt, nckturner, roycaihw 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 |
@dims can you please update your review state to approved so this PR can merge? |
/test pull-kubernetes-unit |
/test pull-kubernetes-e2e-gce |
/hold |
/hold cancel |
/hold cancel |
@nckturner: 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/test-infra repository. I understand the commands that are listed here. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
We need to allow cloud providers to host webhooks in their cloud controller managers in order to replace the persistent volume labeller admission controller that is currently present in the API server.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
See example usage here: kubernetes/cloud-provider-aws#321. I'll add a similar example to the example in cmd/cloud-controller-manager.go as well.
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: