Skip to content

Commit 1bfbd6e

Browse files
committed
Fixed review comments - 6/26/2023
1 parent 673393e commit 1bfbd6e

8 files changed

+50
-2
lines changed

articles/operator-nexus/includes/kubernetes-cluster/quickstart-cleanup.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
author: dramasamy
3+
ms.author: dramasamy
4+
ms.date: 06/26/2023
5+
ms.topic: include
6+
ms.service: azure-operator-nexus
7+
---
8+
19
When no longer needed, delete the resource group. The resource group and all the resources in the resource group are deleted.
210

311
### [Azure CLI](#tab/azure-cli)

articles/operator-nexus/includes/kubernetes-cluster/quickstart-cluster-connect.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
author: dramasamy
3+
ms.author: dramasamy
4+
ms.date: 06/26/2023
5+
ms.topic: include
6+
ms.service: azure-operator-nexus
7+
---
8+
19
Now that the Nexus Kubernetes cluster has been successfully created and connected to Azure Arc, you can easily connect to it using the cluster connect feature. Cluster connect allows you to securely access and manage your cluster from anywhere, making it convenient for interactive development, debugging, and cluster administration tasks.
210

311
> [!NOTE]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1+
---
2+
author: dramasamy
3+
ms.author: dramasamy
4+
ms.date: 06/26/2023
5+
ms.topic: include
6+
ms.service: azure-operator-nexus
7+
---
8+
19
You can now deploy the CNFs either directly via [cluster connect](../../../azure-arc/kubernetes/cluster-connect.md) or via Azure Operator Service Manager (AOSM).

articles/operator-nexus/includes/kubernetes-cluster/quickstart-prereq.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
author: dramasamy
3+
ms.author: dramasamy
4+
ms.date: 06/26/2023
5+
ms.topic: include
6+
ms.service: azure-operator-nexus
7+
---
8+
19
[!INCLUDE [quickstarts-free-trial-note](../../../../includes/quickstarts-free-trial-note.md)]
210

311
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](~/articles/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]

articles/operator-nexus/includes/kubernetes-cluster/quickstart-review-deployment-cli.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
author: dramasamy
3+
ms.author: dramasamy
4+
ms.date: 06/26/2023
5+
ms.topic: include
6+
ms.service: azure-operator-nexus
7+
---
8+
19
After the deployment finishes, you can view the resources using the CLI or the Azure portal.
210

311
To view the details of the ```myNexusAKSCluster``` cluster in the ```myResourceGroup``` resource group, execute the following Azure CLI command:

articles/operator-nexus/includes/kubernetes-cluster/quickstart-review-nodepool.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
---
2+
author: dramasamy
3+
ms.author: dramasamy
4+
ms.date: 06/26/2023
5+
ms.topic: include
6+
ms.service: azure-operator-nexus
7+
---
8+
19
> [!NOTE]
210
> You can add multiple agent pools during the initial creation of your cluster itself by using the initial agent pool configurations. However, if you want to add agent pools after the initial creation, you can utilize the above command to create additional agent pools for your Nexus Kubernetes cluster.
311

articles/operator-nexus/quickstarts-kubernetes-cluster-deployment-arm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Once you have reviewed and saved the template file named ```kubernetes-add-agent
6868

6969
:::code language="json" source="includes/kubernetes-cluster/quickstart-add-node-pool-params.json":::
7070

71-
3. Deploy the template.
71+
2. Deploy the template.
7272

7373
```azurecli
7474
az deployment group create \

articles/operator-nexus/quickstarts-kubernetes-cluster-deployment-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Once you have reviewed and saved the template file named ```kubernetes-add-agent
6565

6666
:::code language="json" source="includes/kubernetes-cluster/quickstart-add-node-pool-params.json":::
6767

68-
3. Deploy the template.
68+
2. Deploy the template.
6969

7070
```azurecli
7171
az deployment group create \

0 commit comments

Comments
 (0)