Skip to content

Commit a4c847f

Browse files
authored
Merge pull request #169796 from DCtheGeek/dmc-policy-gh79924
MicrosoftDocs/azure-docs#79924 - Clarify label use by cluster type
2 parents a7fdc38 + e68d203 commit a4c847f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/governance/policy/concepts/policy-for-kubernetes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -523,11 +523,11 @@ The add-on checks in with Azure Policy service for changes in policy assignments
523523
During this refresh cycle, the add-on checks for changes. These changes trigger creates, updates, or
524524
deletes of the constraint templates and constraints.
525525

526-
In a Kubernetes cluster, if a namespace has either of the following labels, the admission requests
526+
In a Kubernetes cluster, if a namespace has the cluster-appropriate label, the admission requests
527527
with violations aren't denied. Compliance assessment results are still available.
528528
529-
- `control-plane`
530-
- `admission.policy.azure.com/ignore`
529+
- Azure Arc-enabled Kubernetes cluster: `admission.policy.azure.com/ignore`
530+
- Azure Kubernetes Service cluster: `control-plane`
531531
532532
> [!NOTE]
533533
> While a cluster admin may have permission to create and update constraint templates and

0 commit comments

Comments
 (0)