Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kill the reference to --admission-control option #7755

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docs/admin/extensible-admission-controllers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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** In kubernetes versions earlier than v1.10, the admission chain depends
only on the order of the `--admission-control` option passed to `kube-apiserver`.
In versions v1.10 and later, the `--admission-control` option is replaced by the
`--enable-admission-plugins` and the `--disable-admission-plugins` options.
The order of plugins for these two options no longer matters.
{: .note}

### Enable external admission webhooks

Expand Down