kubernetes/pkg/kubeapiserver/options
Kubernetes Submit Queue 270148d7d9
Merge pull request #58684 from hzxuzhonghu/default-enabled-admission
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`
```
2018-02-22 05:24:44 -08:00
..
admission_test.go make kube-apiserver admission flag disable other plugins 2018-01-19 08:14:04 -05:00
admission.go make kube-apiserver admission flag disable other plugins 2018-01-19 08:14:04 -05:00
authentication.go add support for /token subresource in serviceaccount registry 2018-02-21 13:16:51 -08:00
authorization.go Plumb versioned informers to authz config 2018-01-16 23:30:53 -05:00
BUILD rename StorageProtection to StorageObjectInUseProtection 2018-02-21 10:48:56 +08:00
cloudprovider.go Drop using cloud provider to set host address feature 2017-12-05 13:58:20 -06:00
options.go Remove cmd/kubeadm from pkg/controller 2017-10-13 07:06:21 -04:00
plugins.go set default enabled admission plugins by official document 2018-02-22 11:02:02 +08:00
serving.go Merge branch 'master' into ipv6 2018-02-14 10:45:27 -08:00
storage_versions_test.go remove unneeded storage options 2017-01-31 13:44:39 -05:00
storage_versions.go pkg/api/legacyscheme: fixup imports 2017-10-18 17:23:55 +02:00