Skip to content

Commit e89992c

Browse files
committed
Additional VKS notes
1 parent eac55cd commit e89992c

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
171171
> The `init` command only needs to be run once per cluster. If you're reusing a cluster that already had Azure IoT Operations version 0.8.0 deployed on it, you can skip this step.
172172
173173
> [!IMPORTANT]
174-
> When you initialize your Azure IoT Operations instance on a vSphere Kubernetes Service (VKS) cluster you must include the following flag in your `az iot ops init` command: `--cm-config global.telemetry.logs.enabled=false`.
174+
> 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`.
175175
176176
This command might take several minutes to complete. You can watch the progress in the deployment progress display in the terminal.
177177

articles/iot-operations/deploy-iot-ops/howto-deploy-iot-test-operations.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ One at a time, run each Azure CLI command on the **Automation** tab in a termina
155155
156156
This command might take several minutes to complete. You can watch the progress in the deployment progress display in the terminal.
157157
158+
> [!IMPORTANT]
159+
> 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`.
160+
158161
1. To deploy Azure IoT Operations, copy and run the provided [az iot ops create](/cli/azure/iot/ops#az-iot-ops-create) command. This command might take several minutes to complete. You can watch the progress in the deployment progress display in the terminal.
159162
160163
1. Once all of the Azure CLI commands complete successfully, you can close the **Install Azure IoT Operations** wizard.

articles/iot-operations/includes/supported-environments-table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Microsoft supports the following Kubernetes distributions for Azure IoT Operatio
2424
| Kubernetes distribution | Architecture | Support level | *Minimum validated version* | *Minimum validated OS* |
2525
|-----------------------------------|----------------------|----------------------|-------------------------------------|---------------------------------------|
2626
| [K3s](https://www.rancher.com/products/k3s) | x86_64 | General availability | *1.33.6* | *Ubuntu 24.04*, <br> Red Hat Enterprise Linux (RHEL) 9.x |
27-
| [vSphere Kubernetes Service (VKS)](https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vsphere-supervisor-services-and-standalone-components/latest/release-notes/vmware-tanzu-kubernetes-grid-service-release-notes.html) | x86_64 | General availability | *1.28.11* | *VKS* |
27+
| [vSphere Kubernetes Service (VKS)](https://techdocs.broadcom.com/us/en/vmware-cis/vcf/vsphere-supervisor-services-and-standalone-components/latest/release-notes/vmware-tanzu-kubernetes-grid-service-release-notes.html) | x86_64 | General availability | *1.32.7* | *VKS* |
2828

2929
* The *minimum validated version* is the lowest version of the Kubernetes distribution that Microsoft uses to validate Azure IoT Operations deployments.
3030
* The *minimum validated OS* is the lowest operating system version that Microsoft uses to validate deployments.

0 commit comments

Comments
 (0)