Skip to content

Commit 96fcebf

Browse files
Update policy-for-kubernetes.md
1 parent e404ab6 commit 96fcebf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ This article describes how to [create](#create-azure-policy-extension), [show ex
213213

214214
For an overview of the extensions platform, see [Azure Arc cluster extensions](/azure/azure-arc/kubernetes/conceptual-extensions).
215215

216-
## Prerequisites
216+
Prerequisites
217217

218218
> 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.
219219
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](/
253253
Register-AzResourceProvider -ProviderNamespace 'Microsoft.PolicyInsights'
254254
```
255255
256-
## Create Azure Policy extension
256+
Create Azure Policy extension
257257
258258
> Note the following for Azure Policy extension creation:
259259
> - Auto-upgrade is enabled by default which will update Azure Policy extension minor version if any new changes are deployed.
@@ -314,7 +314,7 @@ az k8s-extension create --cluster-type connectedClusters --cluster-name my-test-
314314
}
315315
```
316316

317-
## Show Azure Policy extension
317+
Show Azure Policy extension
318318

319319
To check the extension instance creation was successful, and inspect extension metadata, run the following command substituting `<>` with your values:
320320

@@ -338,7 +338,7 @@ kubectl get pods -n kube-system
338338
kubectl get pods -n gatekeeper-system
339339
```
340340

341-
## Delete Azure Policy extension
341+
Delete Azure Policy extension
342342
To delete the extension instance, run the following command substituting `<>` with your values:
343343

344344
```console
@@ -470,7 +470,7 @@ kubectl get pods -n gatekeeper-system
470470

471471
## <a name="install-azure-policy-add-on-for-aks-engine"></a>Install Azure Policy Add-on for AKS Engine (preview)
472472

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.
474474
475475
1. Ensure your Kubernetes cluster is a supported distribution.
476476

0 commit comments

Comments
 (0)