Skip to content

Commit 7c6b04d

Browse files
Merge pull request #226198 from James-Green-Microsoft/collect-kubernetes-extension-variables
Collect kubernetes extension variables
2 parents 8cad760 + f3a08a5 commit 7c6b04d

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

articles/private-5g-core/commission-cluster.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,24 @@ To view all the running pods, run:
221221
222222
Additionally, your AKS cluster should now be visible from your Azure Stack Edge resource in the portal.
223223
224+
## Collect variables for the Kubernetes extensions
225+
226+
Collect each of the values in the table below.
227+
228+
| Value | Variable name |
229+
|--|--|
230+
|The ID of the Azure subscription in which the Azure resources are deployed. |**SUBSCRIPTION_ID**|
231+
|The name of the resource group in which the AKS cluster is deployed. This can be found by using the **Manage** button in the **Azure Kubernetes Service** pane of the Azure portal. |**RESOURCE_GROUP_NAME**|
232+
|The name of the AKS cluster resource. This can be found by using the **Manage** button in the **Azure Kubernetes Service** pane of the Azure portal. |**RESOURCE_NAME**|
233+
|The region in which the Azure resources are deployed. This must match the region into which the mobile network will be deployed, which must be one of the regions supported by AP5GC: **EastUS** or **WestEurope**.</br></br>This value must be the [region's code name](region-code-names.md); see [Products available by region](https://azure.microsoft.com/explore/global-infrastructure/products-by-region/) for a list of supported regions. |**LOCATION**|
234+
|The name of the **Custom location** resource to be created for the AKS cluster. </br></br>This value must start and end with alphanumeric characters, and must contain only alphanumeric characters, `-` or `.`. |**CUSTOM_LOCATION**|
235+
224236
## Install Kubernetes extensions
225237
226-
The Azure Private 5G Core private mobile network requires a custom location and specific Kubernetes extensions that you need to set up using the Azure CLI in Azure Cloud Shell.
238+
The Azure Private 5G Core private mobile network requires a custom location and specific Kubernetes extensions that you need to configure using the Azure CLI in Azure Cloud Shell.
227239
228-
You can obtain the *\<resource name\>* (the name of the AKS cluster) by using the **Manage** link in the **Azure Kubernetes Service** pane in the Azure portal.
240+
> [!TIP]
241+
> The commands in this section require the `k8s-extension` and `customlocation` extensions to the Azure CLI tool to be installed. If you do not already have them, a prompt will appear to install these when you run commands that require them. See [Use and manage extensions with the Azure CLI](/cli/azure/azure-cli-extensions-overview) for more information on automatic extension installation.
229242
230243
1. Sign in to the Azure CLI using Azure Cloud Shell.
231244

0 commit comments

Comments
 (0)