Skip to content

Commit

Permalink
fix description about kubeadm implementation details (#7595)
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoShuFeng authored and k8s-ci-robot committed Mar 3, 2018
1 parent 6eb5617 commit 49d134e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/setup-tools/kubeadm/implementation-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ Other API server flags that are set unconditionally are:
- [`ServiceAccount`](/docs/admin/admission-controllers/#serviceaccount) to enforce service account automation
- [`PersistentVolumeLabel`](/docs/admin/admission-controllers/#persistentvolumelabel) attaches region or zone labels to
PersistentVolumes as defined by the cloud provider (This admission controller is deprecated and will be removed in a future version.
It is not deployed by kubeadm by default with v1.9 onwards when not explicitely opting into using `gce` or `aws` as cloud providers)
It is not deployed by kubeadm by default with v1.9 onwards when not explicitly opting into using `gce` or `aws` as cloud providers)
- [`DefaultStorageClass`](/docs/admin/admission-controllers/#defaultstorageclass) to enforce default storage class on `PersistentVolumeClaim` objects
- [`DefaultTolerationSeconds`](/docs/admin/admission-controllers/#defaulttolerationseconds)
- [`NodeRestriction`](/docs/admin/admission-controllers/#noderestriction) to limit what a kubelet can modify
Expand Down Expand Up @@ -578,4 +578,4 @@ Please note that:

{% endcapture %}

{% include templates/concept.md %}
{% include templates/concept.md %}

0 comments on commit 49d134e

Please sign in to comment.