You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/governance/policy/concepts/policy-for-kubernetes.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,7 +213,7 @@ This article describes how to [create](#create-azure-policy-extension), [show ex
213
213
214
214
For an overview of the extensions platform, see [Azure Arc cluster extensions](/azure/azure-arc/kubernetes/conceptual-extensions).
215
215
216
-
## Prerequisites
216
+
Prerequisites
217
217
218
218
> Note: If you have already deployed Azure Policy for Kubernetes on an Azure Arc cluster using Helm directly without extensions, follow the instructions listed to [delete the Helm chart](#remove-the-add-on-from-azure-arc-enabled-kubernetes). Once the deletion is done, you can then proceed.
219
219
1. Ensure your Kubernetes cluster is a supported distribution.
@@ -253,7 +253,7 @@ For an overview of the extensions platform, see [Azure Arc cluster extensions](/
To check the extension instance creation was successful, and inspect extension metadata, run the following command substituting `<>` with your values:
320
320
@@ -338,7 +338,7 @@ kubectl get pods -n kube-system
338
338
kubectl get pods -n gatekeeper-system
339
339
```
340
340
341
-
## Delete Azure Policy extension
341
+
Delete Azure Policy extension
342
342
To delete the extension instance, run the following command substituting `<>` with your values:
343
343
344
344
```console
@@ -470,7 +470,7 @@ kubectl get pods -n gatekeeper-system
470
470
471
471
## <aname="install-azure-policy-add-on-for-aks-engine"></a>Install Azure Policy Add-on for AKS Engine (preview)
472
472
473
-
> Note: AKS Engine is soon to begin deprecation. We recommend that you install the [Azure Policy Extension using Arc-enabled Kubernetes](#install-azure-policy-extension-for-azure-arc-enabled-kubernetes) instead.
473
+
> Note: Azure Policy Add-on for AKS Engine is soon to begin deprecation. We recommend that you install the [Azure Policy Extension using Arc-enabled Kubernetes](#install-azure-policy-extension-for-azure-arc-enabled-kubernetes) instead.
474
474
475
475
1. Ensure your Kubernetes cluster is a supported distribution.
0 commit comments