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
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,28 +18,25 @@ The steps in this article prepare your cluster for a secure settings deployment,
18
18
19
19
## Prerequisites
20
20
21
-
Microsoft supports Azure Kubernetes Service (AKS) Edge Essentials for deployments on Windows and K3s for deployments on Ubuntu. For a list of specific hardware and software combinations that are tested and validated, see [Validated environments](../overview-iot-operations.md#validated-environments).
22
-
23
-
If you want to deploy Azure IoT Operations to a multi-node solution, use K3s on Ubuntu.
21
+
Microsoft supports Azure Kubernetes Service (AKS) Edge Essentials for deployments on Windows and K3s for deployments on Ubuntu. If you want to deploy Azure IoT Operations to a multi-node solution, use K3s on Ubuntu.
24
22
25
23
### [Ubuntu](#tab/ubuntu)
26
24
27
25
To prepare an Azure Arc-enabled Kubernetes cluster, you need:
28
26
29
27
* 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
28
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).
29
+
* 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
30
33
-
* The latest version of the following extensions for Azure CLI:
31
+
* The latest version of the **connectedk8s** extension for Azure CLI:
34
32
35
33
```bash
36
-
az extension add --upgrade --name azure-iot-ops
37
34
az extension add --upgrade --name connectedk8s
38
35
```
39
36
40
37
* Hardware that meets the system requirements:
41
38
42
-
*Ensure that your machine has a minimum of 16-GB available RAM and 8 available vCPUs reserved for Azure IoT Operations.
To install Azure IoT Operations on a cluster, have the following hardware requirements available. If you're using a multi-node cluster that enables fault tolerance, scale up to the recommended capacity for better performance.
31
+
32
+
| Spec | Minimum | Recommended |
33
+
|------|---------|-------------|
34
+
| RAM | 16-GB | 32-GB |
35
+
| CPU | 4 vCPUs | 8 vCPUs |
30
36
31
37
## Choose your features
32
38
@@ -42,7 +48,7 @@ A deployment with only test settings:
42
48
43
49
The quickstart scenario, [Quickstart: Run Azure IoT Operations in GitHub Codespaces](../get-started-end-to-end-sample/quickstart-deploy.md), uses test settings.
44
50
45
-
At any point, you can upgrade an Azure IoT Operations instance to use secure settings by following the steps in [Enable secure settings](../deploy-iot-ops/howto-enable-secure-settings.md).
51
+
At any point, you can upgrade an Azure IoT Operations instance to use secure settings by following the steps in [Enable secure settings](howto-enable-secure-settings.md).
0 commit comments