You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-operations/deploy-iot-ops/howto-prepare-cluster.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,18 +28,17 @@ To prepare an Azure Arc-enabled Kubernetes cluster, you need:
28
28
29
29
* An Azure subscription. If you don't have an Azure subscription, [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
30
30
31
-
* Azure CLI version 2.64.0 or newer installed on your development machine. Use `az --version` to check your version and `az upgrade` to update if necessary. For more information, see [How to install the Azure CLI](/cli/azure/install-azure-cli).
31
+
* Azure CLI version 2.64.0 or newer installed on your cluster machine. Use `az --version` to check your version and `az upgrade` to update if necessary. For more information, see [How to install the Azure CLI](/cli/azure/install-azure-cli).
32
32
33
-
* The latest version of the following extensions for Azure CLI:
33
+
* The latest version of the **connectedk8s** extension for Azure CLI:
34
34
35
35
```bash
36
-
az extension add --upgrade --name azure-iot-ops
37
36
az extension add --upgrade --name connectedk8s
38
37
```
39
38
40
39
* Hardware that meets the system requirements:
41
40
42
-
*Ensure that your machine has a minimum of 16-GB available RAM and 8 available vCPUs reserved for Azure IoT Operations.
0 commit comments