Skip to content

Commit eac55cd

Browse files
committed
Minor improvements
1 parent 56e066e commit eac55cd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If you want to deploy Azure IoT Operations quickly and run a sample workload in
1818

1919
## Prerequisites
2020

21-
Microsoft supports Azure Kubernetes Service (AKS) Edge Essentials for deployments on Windows, K3s for deployments on Ubuntu, AKS deployments on Azure Local, and VKS. If you want to deploy Azure IoT Operations to a multi-node solution, use K3s on Ubuntu.
21+
For multi-node deployments, K3s for deployments on Ubuntu, AKS deployments on Azure Local, and VKS. Azure Kubernetes Service (AKS) Edge Essentials for Windows only supports single-node deployments.
2222

2323
### [Ubuntu](#tab/ubuntu)
2424

@@ -241,10 +241,10 @@ Then, once you have an Azure Arc-enabled Kubernetes cluster, you can [deploy Azu
241241

242242
### [VKS](#tab/vks)
243243

244-
You need a single-node or multi-node VKS cluster. For guidance, see [Deploying VKS Service Clusters](https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vsphere-supervisor-services-and-standalone-components/latest/managing-vsphere-kubernetes-service/running-tkg-service-clusters/deploying-tkg-service-clusters.html).
244+
For guidance on setting up a VKS cluster, see [Deploying VKS Service Clusters](https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vsphere-supervisor-services-and-standalone-components/latest/managing-vsphere-kubernetes-service/running-tkg-service-clusters/deploying-tkg-service-clusters.html).
245245

246246
> [!IMPORTANT]
247-
> When you initialize your Azure IoT Operations instance on a VKS cluster you must include the following flag: `az iot ops init --cm-config global.telemetry.logs.enabled=false`.
247+
> When you initialize your Azure IoT Operations instance on a VKS cluster with its [pod security admission controller running in restricted mode](https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vsphere-supervisor-services-and-standalone-components/latest/managing-vsphere-kuberenetes-service-clusters-and-workloads/managing-security-for-tkg-service-clusters/configure-psa-for-tkr-1-25-and-later.html) you must include the `--cm-config global.telemetry.logs.enabled=false` flag when you run `az iot ops init`.
248248
249249
### Arc-enable your cluster
250250

0 commit comments

Comments
 (0)