mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-18 18:28:18 -05: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>. set default enabled admission plugins by official document **What this PR does / why we need it**: https://kubernetes.io/docs/admin/admission-controllers/#is-there-a-recommended-set-of-admission-controllers-to-use recommend running the following set of admission controllers ``` If you previously had not set the `--admission-control` flag, your cluster behavior may change (to be more standard). See [https://kubernetes.io/docs/admin/admission-controllers/] for explanation of admission control. ``` **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**: **Release note**: ```release-note Set default enabled admission plugins `NamespaceLifecycle,LimitRanger,ServiceAccount,PersistentVolumeLabel,DefaultStorageClass,DefaultTolerationSeconds,MutatingAdmissionWebhook,ValidatingAdmissionWebhook,ResourceQuota` ``` |
||
|---|---|---|
| .. | ||
| apiserver | ||
| auth | ||
| benchmark/jsonify | ||
| client | ||
| configmap | ||
| daemonset | ||
| defaulttolerationseconds | ||
| deployment | ||
| etcd | ||
| evictions | ||
| examples | ||
| framework | ||
| garbagecollector | ||
| master | ||
| metrics | ||
| objectmeta | ||
| openshift | ||
| pods | ||
| quota | ||
| replicaset | ||
| replicationcontroller | ||
| scale | ||
| scheduler | ||
| scheduler_perf | ||
| secrets | ||
| serviceaccount | ||
| storageclasses | ||
| tls | ||
| ttlcontroller | ||
| volume | ||
| benchmark-controller.json | ||
| BUILD | ||
| doc.go | ||
| utils.go | ||