Admission Controllers

    You are viewing documentation for a release that is no longer supported. The latest supported version of version 3 is [3.11]. For the most recent version 4, see

    Admission control plug-ins intercept requests to the master API prior to persistence of a resource, but after the request is authenticated and authorized.

    Each admission control plug-in is run in sequence before a request is accepted into the cluster. If any plug-in in the sequence rejects the request, the entire request is rejected immediately, and an error is returned to the end-user.

    Admission control plug-ins may modify the incoming object in some cases to apply system configured defaults. In addition, admission control plug-ins may modify related resources as part of request processing to do things such as incrementing quota usage.

    The **kubernetesMasterConfig.admissionConfig.pluginConfig** should be moved and merged into .

    Also, starting in 1.3, all the supported admission plug-ins are ordered in the single chain for you. You should no longer set **admissionConfig.pluginOrderOverride** or the **kubernetesMasterConfig.admissionConfig.pluginOrderOverride**. Instead, you should enable plug-ins that are off by default by either adding their plug-in-specific configuration, or adding a stanza like this:

    Setting **disable** to true will disable an admission plug-in that defaults to on.

    Admission controllers using containers also support .