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/manage-layered-network/howto-configure-aks-edge-essentials-layered-network.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,16 +63,17 @@ The next step is to set up an Arc-enabled cluster in level 3 that's compatible f
63
63
# [K3S Cluster](#tab/k3s)
64
64
65
65
- Follow the [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md) to set up and Arc-enable your K3s cluster.
66
-
1.In addition, you need to configure the custom DNS for this cluster.
67
-
- If you choose to use a local DNS server, and have completed the steps in previous section. You can proceed the cluster setup.
68
-
- If you choose to use CoreDNS, you need to complete the **Create a cluster** section with internet access, then configure the [CoreDNS](howto-configure-layered-network.md#configure-custom-dns)for this cluster.
66
+
1.You can perpare your K3s cluster with internet access.
67
+
1. After install the required software components and setup the K3s cluster, you can restrict the internt access for this cluster and rely on the **custom DNS** that is prepared from earlier steps to direct the network traffic to the Layered Network Management component at level 4.
68
+
- If you choose to use CoreDNS instead of DNS server, you need to configure the [CoreDNS](howto-configure-layered-network.md#configure-custom-dns)after setup the K3S cluster.
69
69
1. Proceed to Arc-enable the cluster.
70
70
71
71
# [AKS Edge Essentials](#tab/aksee)
72
72
73
73
- Follow the [Prepare your Azure Arc-enabled Kubernetes cluster](../deploy-iot-ops/howto-prepare-cluster.md) to set up and Arc-enable your AKS Edge Essentials cluster.
74
-
1. You have to complete the **DNS server** configuration from previous section before start.
74
+
1. You can prepare the AKS Edg Essentials with internet access.
75
75
1. For the step of **Get the `objectID`** you run the command on a different machine that have internet access.
76
+
1. After setting up the AKS Edge Essentials cluster, you can restrict the internt access for this cluster and rely on the **DNS server** that is prepared from earlier steps to direct the network traffic to the Layered Network Management component at level 4.
Copy file name to clipboardExpand all lines: articles/iot-operations/manage-layered-network/howto-configure-l4-cluster-layered-network.md
+1-4Lines changed: 1 addition & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -138,9 +138,6 @@ Follow the steps in [Single machine deployment](/azure/aks/hybrid/aks-edge-howto
138
138
az provider register -n "Microsoft.ExtendedLocation"
139
139
az provider register -n "Microsoft.Kubernetes"
140
140
az provider register -n "Microsoft.KubernetesConfiguration"
141
-
az provider register -n "Microsoft.IoTOperations"
142
-
az provider register -n "Microsoft.DeviceRegistry"
143
-
az provider register -n "Microsoft.SecretSyncController"
144
141
```
145
142
1. Use the [az group create](/cli/azure/group#az-group-create) command to create a resource group in your Azure subscription to store all the resources:
0 commit comments