Skip to content

Commit 7f09716

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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 @@ Prerequisites
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

0 commit comments

Comments
 (0)