File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed 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
176
176
webhook, that request is ignored and will not be used to approve/deny the
177
177
admission request.
178
178
179
- **Note:** The admission chain depends solely on the order of the
180
- ` --admission-control` option passed to `kube-apiserver`.
179
+ **Note** In kubernetes versions earlier than v1.10, the admission chain depends
180
+ only on the order of the `--admission-control` option passed to `kube-apiserver`.
181
+ In versions v1.10 and later, the `--admission-control` option is replaced by the
182
+ ` --enable-admission-plugins` and the `--disable-admission-plugins` options.
183
+ The order of plugins for these two options no longer matters.
184
+ {: .note}
181
185
182
186
# ## Enable external admission webhooks
183
187
You can’t perform that action at this time.
0 commit comments