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
+16-26Lines changed: 16 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,16 +85,6 @@ Additionally, if you go to the Azure portal and navigate to your **Azure Stack E
85
85
86
86
:::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.":::
87
87
88
-
## Enable high performance networking
89
-
90
-
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).
97
-
98
88
## Set up advanced networking
99
89
100
90
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.
@@ -139,7 +129,7 @@ You can input all the settings on this page before selecting **Apply** at the bo
139
129
- If there's no gateway between the access interface and gNB/RAN, use the gNB/RAN IP address as the gateway address. If there's more than one gNB connected via a switch, choose one of the IP addresses for the gateway.
140
130
-**DNS server** and **DNS suffix** should be left blank.
141
131
1. Select **Modify** to save the configuration for this virtual network.
142
-
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.
132
+
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.
143
133
The page should now look like the following image:
144
134
145
135
:::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.":::
@@ -156,7 +146,7 @@ You can input all the settings on this page before selecting **Apply** at the bo
156
146
- If there's no gateway between the access interface and gNB/RAN, use the gNB/RAN IP address as the gateway address. If there's more than one gNB connected via a switch, choose one of the IP addresses for the gateway.
157
147
-**DNS server** and **DNS suffix** should be left blank.
158
148
1. Select **Modify** to save the configuration for this virtual network.
159
-
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.
149
+
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.
160
150
The page should now look like the following image:
161
151
162
152
:::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.":::
@@ -167,15 +157,15 @@ You can input all the settings on this page before selecting **Apply** at the bo
167
157
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).
168
158
169
159
1. Under **Compute virtual switch**, select **Modify**.
170
-
1. Select the management vswitch (for example, *vswitch-port2*)
160
+
1. Select the vswitch with compute intent (for example, *vswitch-port2*)
171
161
1. Enter six IP addresses in a range for the node IP addresses on the management network.
172
162
1. Enter one IP address in a range for the service IP address, also on the management network.
173
163
1. Select **Modify** at the bottom of the panel to save the configuration.
174
164
1. Under **Virtual network**, select a virtual network (from **N2**, **N3**, **N6-DN1**, **N6-DN2**, and **N6-DN3**). In the side panel:
175
165
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*.
176
166
1. Repeat for each of the N2, N3, N6-DN1, N6-DN2, and N6-DN3 virtual networks.
177
167
1. Select **Modify** at the bottom of the panel to save the configuration.
178
-
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.
168
+
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.
179
169
180
170
The page should now look like the following image:
181
171
@@ -283,12 +273,12 @@ The Azure Private 5G Core private mobile network requires a custom location and
283
273
1. Set the following environment variables using the required values for your deployment:
284
274
285
275
```azurecli
286
-
export SUBSCRIPTION_ID=<subscription ID>
287
-
export RESOURCE_GROUP_NAME=<resource group name>
288
-
export LOCATION=<deployment region, for example eastus>
289
-
export CUSTOM_LOCATION=<custom location for the AKS cluster>
290
-
export RESOURCE_NAME=<resource name>
291
-
export TEMP_FILE=./tmpfile
276
+
$SUBSCRIPTION_ID=<subscription ID>
277
+
$RESOURCE_GROUP_NAME=<resource group name>
278
+
$LOCATION=<deployment region, for example eastus>
279
+
$CUSTOM_LOCATION=<custom location for the AKS cluster>
280
+
$ARC_CLUSTER_RESOURCE_NAME=<resource name>
281
+
$TEMP_FILE=./tmpfile
292
282
```
293
283
294
284
1. Prepare your shell environment:
@@ -300,7 +290,7 @@ The Azure Private 5G Core private mobile network requires a custom location and
300
290
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