Skip to content

Commit fa8aac4

Browse files
authored
add link to arc docs
1 parent edff88f commit fa8aac4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AKS-Arc/aks-edge-howto-single-node-deployment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ See [Deployment JSON configuration](aks-edge-deployment-config-json.md) for a de
3131
The key parameters for single machine deployment are:
3232

3333
- `DeploymentType`: This parameter defines the deployment type and is specified as `SingleMachineCluster`.
34-
- `Arc`: This section is required. During AKS EE deployment, the Arc parameters will be used to connect the AKS EE cluster to Azure Arc.
34+
- `Arc`: This section is required. During AKS EE deployment, the Arc parameters will be used to connect the AKS EE cluster to Azure Arc. For more information on the required Arc parameters, see the [connect to Arc documentation](./aks-edge-howto-connect-to-arc.md).
35+
3536
- The `Network.NetworkPlugin` by default is `flannel`. This is the default for a K3S cluster. If you're using a K8S cluster, change the CNI to `calico`.
3637
- You can set the following parameters according to your deployment configuration [as described here](aks-edge-deployment-config-json.md): `LinuxNode.CpuCount`, `LinuxNode.MemoryInMB`, `LinuxNode.DataSizeInGB`, `WindowsNode.CpuCount`, `WindowsNode.MemoryInMB`, `Init.ServiceIPRangeSize`, and `Network.InternetDisabled`.
3738

0 commit comments

Comments
 (0)