Skip to content

Commit d4813ca

Browse files
committed
update filenames
1 parent fa2683f commit d4813ca

14 files changed

+13
-13
lines changed

articles/private-5g-core/commission-a-cluster.md renamed to articles/private-5g-core/commission-cluster.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ Invoke-Command -Session $minishellSession -ScriptBlock {Enable-HcsAzureKubernete
7474

7575
Once you've run these commands, you should see an updated option in the local UI – **Kubernetes** becomes **Kubernetes (Preview)** as shown in the following image.
7676

77-
:::image type="content" source="media/commission-a-cluster/commission-a-cluster-kubernetes-preview.png" alt-text="Screenshot of configuration menu, with Kubernetes (Preview) highlighted.":::
77+
:::image type="content" source="media/commission-cluster/commission-cluster-kubernetes-preview.png" alt-text="Screenshot of configuration menu, with Kubernetes (Preview) highlighted.":::
7878

7979
Additionally, if you go to the Azure portal and navigate to your **Azure Stack Edge** resource, you should see an **Azure Kubernetes Service** option. You'll set up the Azure Kubernetes Service in [Start the cluster and set up Arc](#start-the-cluster-and-set-up-arc).
8080

81-
:::image type="content" source="media/commission-a-cluster/commission-a-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.":::
81+
:::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.":::
8282

8383
## Enable high performance networking
8484

@@ -105,7 +105,7 @@ You can input all the settings on this page before selecting **Apply** at the bo
105105
- Create a virtual switch on port 6 with the name **vswitch-port6**.
106106

107107
You should now see something similar to the following image:
108-
:::image type="content" source="media/commission-a-cluster/commission-a-cluster-virtual-switch.png" alt-text="Screenshot showing three virtual switches, where the names correspond to the network interface the switch is on. ":::
108+
:::image type="content" source="media/commission-cluster/commission-cluster-virtual-switch.png" alt-text="Screenshot showing three virtual switches, where the names correspond to the network interface the switch is on. ":::
109109

110110
1. Create virtual networks representing the following interfaces (which you allocated subnets and IP addresses for in [Allocate subnets and IP addresses](complete-private-mobile-network-prerequisites.md#allocate-subnets-and-ip-addresses)):
111111
- control plane access interface
@@ -128,7 +128,7 @@ You can input all the settings on this page before selecting **Apply** at the bo
128128

129129
The page should now look like the following image:
130130

131-
:::image type="content" source="media/commission-a-cluster/commission-a-cluster-advanced-networking.png" alt-text="Screenshot showing Advanced networking, with a table of virtual switch information and a table of virtual network information.":::
131+
:::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.":::
132132

133133
## Add compute and IP addresses
134134

@@ -147,7 +147,7 @@ In the local Azure Stack Edge UI, go to the **Kubernetes (Preview)** page. You'l
147147

148148
The page should now look like the following image:
149149

150-
:::image type="content" source="media/commission-a-cluster/commission-a-cluster-kubernetes-preview-enabled.png" alt-text="Screenshot showing Kubernetes (Preview) with two tables. The first table is called Compute virtual switch and the second is called Virtual network. A green tick shows that the virtual networks are enabled for Kubernetes.":::
150+
:::image type="content" source="media/commission-cluster/commission-cluster-kubernetes-preview-enabled.png" alt-text="Screenshot showing Kubernetes (Preview) with two tables. The first table is called Compute virtual switch and the second is called Virtual network. A green tick shows that the virtual networks are enabled for Kubernetes.":::
151151

152152
## Start the cluster and set up Arc
153153

@@ -157,7 +157,7 @@ If you're running other VMs on your Azure Stack Edge, we recommend that you stop
157157

158158
1. To deploy the cluster, select the **Kubernetes** option and then select the **Add** button to configure the cluster.
159159

160-
:::image type="content" source="media/commission-a-cluster/commission-a-cluster-add-kubernetes.png" alt-text="Screenshot of Kubernetes Overview pane, showing the Add button to configure Kubernetes service.":::
160+
:::image type="content" source="media/commission-cluster/commission-cluster-add-kubernetes.png" alt-text="Screenshot of Kubernetes Overview pane, showing the Add button to configure Kubernetes service.":::
161161

162162
1. For the **Node size**, select **Standard_F16s_HPN**.
163163
1. Ensure the **Arc enabled Kubernetes** checkbox is selected.
@@ -172,7 +172,7 @@ Once deployed, the portal should show **Kubernetes service is healthy** on the
172172

173173
You'll need *kubectl* access to verify that the cluster has deployed successfully. For read-only *kubectl* access to the cluster, you can download a *kubeconfig* file from the ASE local UI. Under **Device**, select **Download config**.
174174

175-
:::image type="content" source="media/commission-a-cluster/commission-a-cluster-kubernetes-download-config.png" alt-text="Screenshot of Kubernetes dashboard showing link to download config.":::
175+
:::image type="content" source="media/commission-cluster/commission-cluster-kubernetes-download-config.png" alt-text="Screenshot of Kubernetes dashboard showing link to download config.":::
176176

177177
The downloaded file is called *config.json*. This file has permission to describe pods and view logs, but not to access pods with *kubectl exec*.
178178

@@ -194,19 +194,19 @@ For more information, see [Configure cluster access via Kubernetes RBAC](/azure/
194194
195195
Open your **Azure Stack Edge** resource in the Azure portal. Go to the Azure Kubernetes Service pane (shown in [Start the cluster and set up Arc](#start-the-cluster-and-set-up-arc)) and select the **Manage** link to open the **Arc** pane.
196196
197-
:::image type="content" source="media/commission-a-cluster/commission-a-cluster-manage-kubernetes.png" alt-text="Screenshot of part of the Azure Kubernetes Service (PREVIEW) Overview pane, showing the Manage link for Arc enabled Kubernetes.":::
197+
:::image type="content" source="media/commission-cluster/commission-cluster-manage-kubernetes.png" alt-text="Screenshot of part of the Azure Kubernetes Service (PREVIEW) Overview pane, showing the Manage link for Arc enabled Kubernetes.":::
198198
199199
Explore the cluster using the options in the **Kubernetes resources (preview)** menu:
200200
201-
:::image type="content" source="media/commission-a-cluster/commission-a-cluster-kubernetes-resources.png" alt-text="Screenshot of Kubernetes resources (preview) menu, showing namespaces, workloads, services and ingresses, storage and configuration options.":::
201+
:::image type="content" source="media/commission-cluster/commission-cluster-kubernetes-resources.png" alt-text="Screenshot of Kubernetes resources (preview) menu, showing namespaces, workloads, services and ingresses, storage and configuration options.":::
202202
203203
You'll initially be presented with a sign-in request box. The token to use for signing in is obtained from the *kubeconfig* file retrieved from the local UI in [Set up kubectl access](#set-up-kubectl-access). There's a string prefixed by *token:* near the end of the *kubeconfig* file. Copy this string into the box in the portal (ensuring you don't have line break characters copied), and select **Sign in**.
204204
205-
:::image type="content" source="media/commission-a-cluster/commission-a-cluster-kubernetes-sign-in.png" alt-text="Screenshot of sign-in screen for Kubernetes resource. There's a box to enter your service account bearer token and a sign-in button.":::
205+
:::image type="content" source="media/commission-cluster/commission-cluster-kubernetes-sign-in.png" alt-text="Screenshot of sign-in screen for Kubernetes resource. There's a box to enter your service account bearer token and a sign-in button.":::
206206
207207
You can now view information about what’s running on the cluster – the following is an example from the **Workloads** pane:
208208
209-
:::image type="content" source="media/commission-a-cluster/commission-a-cluster-kubernetes-workload-pane.png" alt-text="Screenshot of Workloads pane in Kubernetes resources (preview). The pods tab is active and shows details about what's running.":::
209+
:::image type="content" source="media/commission-cluster/commission-cluster-kubernetes-workload-pane.png" alt-text="Screenshot of Workloads pane in Kubernetes resources (preview). The pods tab is active and shows details about what's running.":::
210210
211211
## Verify the cluster configuration
212212

articles/private-5g-core/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ landingContent:
4444
- text: Complete prerequisite tasks
4545
url: complete-private-mobile-network-prerequisites.md
4646
- text: Commission the AKS cluster
47-
url: commission-a-cluster.md
47+
url: commission-cluster.md
4848
- text: Collect the required information for a private mobile network
4949
url: collect-required-information-for-private-mobile-network.md
5050
- text: Deploy a private mobile network - Azure portal

0 commit comments

Comments
 (0)