Find out about the admission controllers that are turned on in Kubernetes clusters you create using Kubernetes Engine (OKE).
The Kubernetes version you select when you create a cluster using Kubernetes Engine determines the default set of admission controllers that are turned on in the created cluster. The set follows the recommendation given in the Kubernetes documentation for that version. This topic shows the supported admission controllers, the Kubernetes versions in which they are supported, and the order in which they run in the Kubernetes API server.
Note that if you install other admission controllers in a way that mutates or rejects requests in the kube-system namespace, the Kubernetes control plane components might stop functioning or behave unexpectedly. For more information, see Avoiding operating on the kube-system namespace in the Kubernetes documentation.
Admission Controllers (sorted alphabetically)
The tables list, in alphabetical order, the admission controllers that are turned on in the Kubernetes clusters you create using Kubernetes Engine. For each admission controller, the tables show the Kubernetes version in which it is supported.
The tables list the admission controllers that are turned on in the Kubernetes clusters you create using Kubernetes Engine. The tables show the order in which supported admission controllers run in the Kubernetes API server. Note that the run order can be different in different Kubernetes versions.
Mutating Admission Controllers (sorted by run order)
Run order in Kubernetes 1.29 clusters:
Run order in Kubernetes 1.30 clusters:
Run order in Kubernetes 1.31 clusters:
Run order in Kubernetes 1.32 clusters:
NamespaceLifecycle
NamespaceLifecycle
NamespaceLifecycle
NamespaceLifecycle
LimitRanger
LimitRanger
LimitRanger
LimitRanger
ServiceAccount
ServiceAccount
ServiceAccount
ServiceAccount
NodeRestriction
NodeRestriction
NodeRestriction
NodeRestriction
TaintNodesByCondition
TaintNodesByCondition
TaintNodesByCondition
TaintNodesByCondition
Priority
Priority
Priority
Priority
DefaultTolerationSeconds
DefaultTolerationSeconds
DefaultTolerationSeconds
DefaultTolerationSeconds
ExtendedResourceToleration
ExtendedResourceToleration
ExtendedResourceToleration
ExtendedResourceToleration
DefaultStorageClass
DefaultStorageClass
DefaultStorageClass
DefaultStorageClass
StorageObjectInUseProtection
StorageObjectInUseProtection
StorageObjectInUseProtection
StorageObjectInUseProtection
RuntimeClass
RuntimeClass
RuntimeClass
RuntimeClass
DefaultIngressClass
DefaultIngressClass
DefaultIngressClass
DefaultIngressClass
MutatingAdmissionWebhook
MutatingAdmissionWebhook
MutatingAdmissionWebhook
MutatingAdmissionWebhook
Validating Admission Controllers (sorted by run order)