Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Kill the reference to --admission-control option
Browse files Browse the repository at this point in the history
The `--admission-control` option has been replaced by two new options in
v1.10. This PR kills the last appearance of the old option in the doc.
tengqm committed Mar 15, 2018
1 parent 39d6d27 commit 7f13ac3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/admin/extensible-admission-controllers.md
Original file line number Diff line number Diff line change
@@ -176,8 +176,12 @@ user._ If there is an error encountered when calling an external admission
webhook, that request is ignored and will not be used to approve/deny the
admission request.

**Note:** The admission chain depends solely on the order of the
`--admission-control` option passed to `kube-apiserver`.
**Note** Before v1.10, the admission chain depends solely on the order of the
`--admission-control` option passed to `kube-apiserver`. Starting from v1.10,
the `--admission-control` option is replaced by the `--enable-admission-plugins`
and the `--disable-admission-plugins` options where the order of plugins for
these two options no longer matters.
{. note}

### Enable external admission webhooks

0 comments on commit 7f13ac3

Please sign in to comment.