Skip to content

Commit da879f4

Browse files
committed
admissions controller
1 parent af6020d commit da879f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/aks/faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ AKS supports the following [admission controllers][admission-controllers]:
9393

9494
Currently, you can't modify the list of admission controllers in AKS.
9595

96+
## Do Kuberentes admission controllers impact kube-system?
97+
98+
No, to help prevent issues, by default admissions controllers use a namespace selector to ignore any actions from the MutatingAdmissionWebhook and ValidatingAdmissionWebhook to the kube-system namesapce. You can override this behavior by adding a label of **"admissions.enforcer/disabled": "true"** or an **annotation of "admissions.enforcer/disabled": true**.
99+
96100
## Is Azure Key Vault integrated with AKS?
97101

98102
AKS isn't currently natively integrated with Azure Key Vault. However, the [Azure Key Vault FlexVolume for Kubernetes project][keyvault-flexvolume] enables direct integration from Kubernetes pods to Key Vault secrets.

0 commit comments

Comments
 (0)