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-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,7 @@ The [AksEdgeQuickStartForAio.ps1](https://github.com/Azure/AKS-Edge/blob/main/to
140
140
141
141
### Configure multi-node clusters for Azure Container Storage
142
142
143
-
On multi-node clusters with at least three nodes, you have the option of enabling fault tolerance for storage with [Azure Container Storage enabled by Azure Arc](../../azure-arc/container-storage/overview.md) when you deploy Azure IoT Operations.
143
+
On multi-node clusters with at least three nodes, you have the option of enabling fault tolerance for storage with [Azure Container Storage enabled by Azure Arc](/azure/azure-arc/container-storage/overview) when you deploy Azure IoT Operations.
144
144
145
145
By default, Azure Kubernetes Service Edge Essentials clusters support Azure Container Storage. There are no additional steps to configure AKS Edge Essential clusters for fault tolerance.
146
146
@@ -192,7 +192,7 @@ To prepare a K3s Kubernetes cluster on Ubuntu:
192
192
193
193
### Configure multi-node clusters for Azure Container Storage
194
194
195
-
On multi-node clusters with at least three nodes, you have the option of enabling fault tolerance for storage with [Azure Container Storage enabled by Azure Arc](../../azure-arc/container-storage/overview.md) when you deploy Azure IoT Operations. If you want to enable that option, prepare your multi-node cluster with the following steps:
195
+
On multi-node clusters with at least three nodes, you have the option of enabling fault tolerance for storage with [Azure Container Storage enabled by Azure Arc](/azure/azure-arc/container-storage/overview) when you deploy Azure IoT Operations. If you want to enable that option, prepare your multi-node cluster with the following steps:
196
196
197
197
1. Install the required NVME over TCP module for your kernel using the following command:
198
198
@@ -201,7 +201,7 @@ On multi-node clusters with at least three nodes, you have the option of enablin
201
201
```
202
202
203
203
> [!NOTE]
204
-
> The minimum supported Linux kernel version is 5.1. At this time, there are known issues with 6.4 and 6.2. For the latest information, refer to [Azure Container Storage release notes](../../azure-arc/edge-storage-accelerator/release-notes.md)
204
+
> The minimum supported Linux kernel version is 5.1. At this time, there are known issues with 6.4 and 6.2. For the latest information, refer to [Azure Container Storage release notes](/azure/azure-arc/edge-storage-accelerator/release-notes)
205
205
206
206
1. On each node in your cluster, set the number of **HugePages** to 512 using the following command:
207
207
@@ -220,7 +220,7 @@ On multi-node clusters with at least three nodes, you have the option of enablin
220
220
221
221
### Configure multi-node clusters for Azure Container Storage
222
222
223
-
On multi-node clusters with at least three nodes, you have the option of enabling fault tolerance for storage with [Azure Container Storage (preview)](../../azure-arc/edge-storage-accelerator/overview.md) when you deploy Azure IoT Operations.
223
+
On multi-node clusters with at least three nodes, you have the option of enabling fault tolerance for storage with [Azure Container Storage (preview)](/azure/azure-arc/edge-storage-accelerator/overview) when you deploy Azure IoT Operations.
224
224
225
225
This feature isn't recommended for Codespaces because Codespaces aren't persistent. If you want to enable fault tolerance anyways, prepare your multi-node cluster with the following steps:
226
226
@@ -231,7 +231,7 @@ This feature isn't recommended for Codespaces because Codespaces aren't persiste
231
231
```
232
232
233
233
> [!NOTE]
234
-
> The minimum supported Linux kernel version is 5.1. At this time, there are known issues with 6.4 and 6.2. For the latest information, refer to [Azure Container Storage release notes](../../azure-arc/edge-storage-accelerator/release-notes.md)
234
+
> The minimum supported Linux kernel version is 5.1. At this time, there are known issues with 6.4 and 6.2. For the latest information, refer to [Azure Container Storage release notes](/azure/azure-arc/edge-storage-accelerator/release-notes)
235
235
236
236
1. On each node in your cluster, set the number of **HugePages** to 512 using the following command:
*[Azure Container Storage enabled by Azure Arc](../../azure-arc/container-storage/overview.md)
57
+
*[Azure Container Storage enabled by Azure Arc](/azure/azure-arc/container-storage/overview)
58
58
59
59
## Organize instances by using sites
60
60
61
61
Azure IoT Operations supports Azure Arc sites for organizing instances. A _site_ is a cluster resource in Azure like a resource group, but sites typically group instances by physical location and make it easier for OT users to locate and manage assets. An IT administrator creates sites and scopes them to a subscription or resource group. Then, any Azure IoT Operations deployed to an Arc-enabled cluster is automatically collected in the site associated with its subscription or resource group
62
62
63
-
For more information, see [What is Azure Arc site manager (preview)?](../../azure-arc/site-manager/overview.md)
63
+
For more information, see [What is Azure Arc site manager (preview)?](/azure/azure-arc/site-manager/overview)
0 commit comments