diff --git a/docs/admin/extensible-admission-controllers.md b/docs/admin/extensible-admission-controllers.md index d1d8595d2c392..2493c2819a7f4 100644 --- a/docs/admin/extensible-admission-controllers.md +++ b/docs/admin/extensible-admission-controllers.md @@ -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