Skip to content

Commit e43579a

Browse files
authored
Update howto-prepare-cluster.md
1 parent 8f4fcde commit e43579a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/iot-operations/deploy-iot-ops/howto-prepare-cluster.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To prepare a TKG workload cluster, you need:
9898

9999
- [TKG with a standalone management cluster.](https://techdocs.broadcom.com/us/en/vmware-tanzu/standalone-components/tanzu-kubernetes-grid/2-5/tkg/mgmt-index.html)
100100

101-
- Hardware that meets the system requirements:.
101+
- Hardware that meets the system requirements:
102102

103103
- [Azure IoT Operations supported environments](./overview-deploy.md#supported-environments).
104104
- [Azure Arc-enabled Kubernetes system requirements](/azure/azure-arc/kubernetes/system-requirements).
@@ -282,7 +282,7 @@ Before deploying Azure IoT Operations, you will need to update the Pod Security
282282

283283

284284
```azurecli
285-
kubectl apply -f https://raw.githubusercontent.com/Azure-Samples/explore-iot-operations/main/samples/tanzu-config/psa.yaml
285+
kubectl apply -f https://raw.githubusercontent.com/Azure-Samples/explore-iot-operations/main/samples/tanzu-config/psa.yaml
286286
```
287287

288288
### Arc-enable your cluster
@@ -347,6 +347,7 @@ Connect your cluster to Azure Arc so that it can be managed remotely.
347347
1. Add the following content to the `config.yaml` file, replacing the <OIDC_ISSUER_URL> placeholder with your cluster's issuer URL.
348348
> [!NOTE]
349349
> The URL should be copied exactly as printed by the prior command, including any characters such as `/`.
350+
350351
```yaml
351352
- name: apiServerExtraArgs
352353
value: {"service-account-issuer":"<OIDC_ISSUER_URL>"}

0 commit comments

Comments
 (0)