mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-08 18:30:25 +00:00
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Enable ValidatingAdmissionWebhook and MutatingAdmissionWebhook in kubeadm from v1.9 **What this PR does / why we need it**: Since 1.9, `ValidatingAdmissionWebhook` and `MutatingAdmissionWebhook` are beta. Kubeadm should enable them by default. **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 kubernetes/kubeadm#642 **Special notes for your reviewer**: /assign @luxas /cc @kubernetes/sig-cluster-lifecycle-pr-reviews **Release note**: ```release-note Enable ValidatingAdmissionWebhook and MutatingAdmissionWebhook in kubeadm from v1.9 ```