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/private-5g-core/commission-cluster.md
+37-47Lines changed: 37 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,16 +86,6 @@ Additionally, if you go to the Azure portal and navigate to your **Azure Stack E
86
86
87
87
:::image type="content" source="media/commission-cluster/commission-cluster-ase-resource.png" alt-text="Screenshot of Azure Stack Edge resource in the Azure portal. Azure Kubernetes Service (PREVIEW) is shown under Edge services in the left menu.":::
88
88
89
-
## Enable high performance networking
90
-
91
-
Azure Private 5G Core requires high performance networking (HPN) to be enabled on Azure Stack Edge using a minishell command. You can continue to use the minishell session you started in [Enter a minishell session](#enter-a-minishell-session). Run the following command:
Wait for the machine to reboot if necessary (approximately 5 minutes).
98
-
99
89
## Set up advanced networking
100
90
101
91
You now need to configure virtual switches and virtual networks on those switches. You'll use the **Advanced networking** section of the Azure Stack Edge local UI to do this task.
@@ -140,7 +130,7 @@ You can input all the settings on this page before selecting **Apply** at the bo
140
130
- If the subnet does not have a default gateway, use another IP address in the subnet which will respond to ARP requests (such as one of the RAN IP addresses). If there's more than one gNB connected via a switch, choose one of the IP addresses for the gateway.
141
131
-**DNS server** and **DNS suffix** should be left blank.
142
132
1. Select **Modify** to save the configuration for this virtual network.
143
-
1. Select **Apply** at the bottom of the page and wait for the notification (a bell icon) to confirm that the settings have been applied. Applying the settings will take approximately 15 minutes.
133
+
1. Select **Apply** at the bottom of the page and wait for the notification (a bell icon) to confirm that the settings have been applied. Applying the settings will take approximately 8 minutes.
144
134
The page should now look like the following image:
145
135
146
136
:::image type="content" source="media/commission-cluster/commission-cluster-advanced-networking-ase-2.png" alt-text="Screenshot showing Advanced networking, with a table of virtual switch information and a table of virtual network information.":::
@@ -157,7 +147,7 @@ You can input all the settings on this page before selecting **Apply** at the bo
157
147
- If the subnet does not have a default gateway, use another IP address in the subnet which will respond to ARP requests (such as one of the RAN IP addresses). If there's more than one gNB connected via a switch, choose one of the IP addresses for the gateway.
158
148
-**DNS server** and **DNS suffix** should be left blank.
159
149
1. Select **Modify** to save the configuration for this virtual network.
160
-
1. Select **Apply** at the bottom of the page and wait for the notification (a bell icon) to confirm that the settings have been applied. Applying the settings will take approximately 15 minutes.
150
+
1. Select **Apply** at the bottom of the page and wait for the notification (a bell icon) to confirm that the settings have been applied. Applying the settings will take approximately 8 minutes.
161
151
The page should now look like the following image:
162
152
163
153
:::image type="content" source="media/commission-cluster/commission-cluster-advanced-networking.png" alt-text="Screenshot showing Advanced networking, with a table of virtual switch information and a table of virtual network information.":::
@@ -168,15 +158,15 @@ You can input all the settings on this page before selecting **Apply** at the bo
168
158
In the local Azure Stack Edge UI, go to the **Kubernetes (Preview)** page. You'll set up all of the configuration and then apply it once, as you did in [Set up Advanced Networking](#set-up-advanced-networking).
169
159
170
160
1. Under **Compute virtual switch**, select **Modify**.
171
-
1. Select the management vswitch (for example, *vswitch-port2*)
161
+
1. Select the vswitch with compute intent (for example, *vswitch-port2*)
172
162
1. Enter six IP addresses in a range for the node IP addresses on the management network.
173
163
1. Enter one IP address in a range for the service IP address, also on the management network.
174
164
1. Select **Modify** at the bottom of the panel to save the configuration.
175
165
1. Under **Virtual network**, select a virtual network (from **N2**, **N3**, **N6-DN1**, **N6-DN2**, and **N6-DN3**). In the side panel:
176
166
1. Enable the virtual network for Kubernetes and add a pool of IP addresses. Add a range of one IP address for the appropriate address (N2, N3, N6-DN1, N6-DN2 or N6-DN3 as collected earlier. For example, *10.10.10.20-10.10.10.20*.
177
167
1. Repeat for each of the N2, N3, N6-DN1, N6-DN2, and N6-DN3 virtual networks.
178
168
1. Select **Modify** at the bottom of the panel to save the configuration.
179
-
1. Select **Apply** at the bottom of the page and wait for the settings to be applied. Applying the settings will take approximately 15 minutes.
169
+
1. Select **Apply** at the bottom of the page and wait for the settings to be applied. Applying the settings will take approximately 5 minutes.
180
170
181
171
The page should now look like the following image:
182
172
@@ -284,12 +274,12 @@ The Azure Private 5G Core private mobile network requires a custom location and
284
274
1. Set the following environment variables using the required values for your deployment:
285
275
286
276
```azurecli
287
-
export SUBSCRIPTION_ID=<subscription ID>
288
-
export RESOURCE_GROUP_NAME=<resource group name>
289
-
export LOCATION=<deployment region, for example eastus>
290
-
export CUSTOM_LOCATION=<custom location for the AKS cluster>
291
-
export RESOURCE_NAME=<resource name>
292
-
export TEMP_FILE=./tmpfile
277
+
$SUBSCRIPTION_ID=<subscription ID>
278
+
$RESOURCE_GROUP_NAME=<resource group name>
279
+
$LOCATION=<deployment region, for example eastus>
280
+
$CUSTOM_LOCATION=<custom location for the AKS cluster>
281
+
$ARC_CLUSTER_RESOURCE_NAME=<resource name>
282
+
$TEMP_FILE=./tmpfile
293
283
```
294
284
295
285
1. Prepare your shell environment:
@@ -301,7 +291,7 @@ The Azure Private 5G Core private mobile network requires a custom location and
301
291
1. Create the Network Function Operator Kubernetes extension:
You should see the new **Custom location** visible as a resource in the Azure portal within the specified resource group. Using the `kubectl get pods -A` command (with access to your *kubeconfig* file) should also show new pods corresponding to the extensions that have been installed. There should be one pod in the *azurehybridnetwork* namespace, and one in the *packet-core-monitor* namespace.
0 commit comments