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
- The [Azure Operator 5G Core release version and corresponding Kubernetes version](overview-product.md#compatibility)
23
23
-[Azure Kubernetes Service (AKS) system and user node pool vm series and sizing](../virtual-machines/dv5-dsv5-series.md)
24
-
- Recommended node series: system node - D8s_v5, user node - D16s_v5
24
+
- Recommended node series: system node - D8s_v5, user node - D16s_v5
25
25
- Recommended node count: system node-3, user node-8
26
26
- Appropriate [roles and permissions](../role-based-access-control/role-assignments-portal.yml) in your tenant to create the cluster and modify the Azure Virtual Machine Scale Sets.
27
27
- Detailed Networks and subnet planning – [user defined routes](../virtual-network/virtual-networks-udr-overview.md) can be added to virtual networks and network interfaces as required.
28
-
-[Azure Active Directory/Entra Application ID](/entra/fundamentals/whatis)with subscription level contributor access. Throughout this article, leave unspecified settings as default.
28
+
-[Azure Active Directory/Entra Application ID](/entra/fundamentals/whatis)with subscription level contributor access. Throughout this article, leave unspecified settings as default.
29
29
- Express route connectivity - required to connect your Azure infrastructure to your on-premises infrastructure and exchange IP routes. The express route and required vpn gateway setup is outside the scope of this document.
30
30
31
31
## Assign subnets for specific network functions
@@ -92,7 +92,7 @@ Once you complete these steps, you can create the AKS cluster:
92
92
> [!NOTE]
93
93
> update the worker node pool details as shown.
94
94
95
-
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/add-a-node-tab.png" alt-text="Add a node tab displaying the fields the user must update.":::
95
+
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/add-a-node-tab.png" alt-text="Screen shot of the Add a node tab displaying the fields the user must update.":::
96
96
97
97
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/update-node-pool.png" alt-text="Screenshot of the Create a storage account page showing the Update node pool tab, highlighting the fields that user must update for successful AKS cluster creation.":::
98
98
@@ -114,7 +114,7 @@ Once you complete these steps, you can create the AKS cluster:
114
114
- Leave the **Enable Grafana** box unmarked, and therefore disabled.
115
115
- Don't **Enable recommended alert rules**.
116
116
117
-
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/monitoring-tab.png" alt-text="Monitoring tab highlighting fields the user must configure for a successful AKS cluster creation.":::
117
+
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/monitoring-tab.png" alt-text="Screenshot of the Monitoring tab highlighting fields the user must configure for a successful AKS cluster creation.":::
118
118
119
119
9. Navigate to the **Advanced** tab and mark the box to **Enable secret store CSI driver**. Don't edit any other field.
120
120
10. Note the name of the **managed Infrastructure Resource group** displayed. This name is required to modify the cluster nodes and add extra data plane ports.
@@ -131,7 +131,7 @@ Once you complete these steps, you can create the AKS cluster:
131
131
1. Navigate to the **Networking > Network Settings tab** to add more data plane ports to the worker nodes to support the defined network subnets earlier.
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/create-network-interface-tab.png" alt-text="Image showing the Create network interface tab that appears when you select Add network interface.":::
134
+
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/create-network-interface-tab.png" alt-text="Screenshot showing the Create network interface tab that appears when you select Add network interface.":::
135
135
136
136
6. On the **Create network interface** tab:
137
137
- Enter a **Name** for the network interface. The virtual network is inactive out based on the attached virtual network you define.
@@ -147,34 +147,34 @@ Once you complete these steps, you can create the AKS cluster:
1. Select the virtual machine scale set associated with the user node pool, then select and change the option from **Read Only** to **Read/Write**.
149
149
150
-
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/read-write-option.png" alt-text="Screenshot of buttons on the Azure Resource Explorer page that show the the Read/Write option active.":::
150
+
:::image type="content" source="media/quickstart-complete-prerequisites-deploy-azure-kubernetes-service/read-write-option.png" alt-text="Screenshot of buttons on the Azure Resource Explorer page that shows the Read/Write option active.":::
151
151
152
152
10. Choose **Edit** from the **Data** section of the screen.
153
153
11. For each of your data planes ports, ensure that the **enableAcceleratedNetworking** and the **enableIPForwarding** fields are set to **True**.
154
154
155
-
The following shows an example for the AMF_N2_subnet:
156
-
157
-
```properties
158
-
"name": "AMF_N2_SUBNET",
159
-
"properties": {
160
-
"primary": false,
161
-
"enableAcceleratedNetworking": true,
162
-
"disableTcpStateTracking": false,
163
-
"networkSecurityGroup": {
164
-
"id": "/subscriptions/<your subscription-id>/resourceGroups/<MC-resource group name>/providers/Microsoft.Network/networkSecurityGroups/xxxxxxxx"
165
-
},
166
-
"dnsSettings": {
167
-
"dnsServers": []
168
-
},
169
-
"enableIPForwarding": true,
170
-
"ipConfigurations": [
171
-
{
172
-
"name": "AMF_N2_SUBNET-defaultIpConfiguration",
173
-
"properties": {
174
-
"primary": true,
175
-
"subnet": {
176
-
"id": "/subscriptions/<your subscription-id>/resourceGroups/<MC-resource group name>/providers/Microsoft.Network/virtualNetworks/<your vnet name>/subnets/AMF_N2"
177
-
```
155
+
The following shows an example for the AMF_N2_subnet:
156
+
157
+
```properties
158
+
"name": "AMF_N2_SUBNET",
159
+
"properties": {
160
+
"primary": false,
161
+
"enableAcceleratedNetworking": true,
162
+
"disableTcpStateTracking": false,
163
+
"networkSecurityGroup": {
164
+
"id": "/subscriptions/<your subscription-id>/resourceGroups/<MC-resource group name>/providers/Microsoft.Network/networkSecurityGroups/xxxxxxxx"
165
+
},
166
+
"dnsSettings": {
167
+
"dnsServers": []
168
+
},
169
+
"enableIPForwarding": true,
170
+
"ipConfigurations": [
171
+
{
172
+
"name": "AMF_N2_SUBNET-defaultIpConfiguration",
173
+
"properties": {
174
+
"primary": true,
175
+
"subnet": {
176
+
"id": "/subscriptions/<your subscription-id>/resourceGroups/<MC-resource group name>/providers/Microsoft.Network/virtualNetworks/<your vnet name>/subnets/AMF_N2"
177
+
```
178
178
12. Remove the image reference from the json shown in Azure Resource Explorer.
0 commit comments