Skip to content

Commit 5ed27cd

Browse files
committed
Updated output to match current output
1 parent 5555b48 commit 5ed27cd

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

articles/aks/tutorial-kubernetes-scale.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Kubernetes on Azure tutorial - Scale applications in Azure Kubernetes Service (AKS)
33
description: In this Azure Kubernetes Service (AKS) tutorial, you learn how to scale nodes and pods and implement horizontal pod autoscaling.
44
ms.topic: tutorial
5-
ms.date: 03/05/2023
5+
ms.date: 06/10/2024
66
author: schaffererin
77
ms.author: schaffererin
88

@@ -160,18 +160,24 @@ The following example increases the number of nodes to three in the Kubernetes c
160160
Once the cluster successfully scales, your output will be similar to following example output:
161161

162162
```output
163+
"aadProfile": null,
164+
"addonProfiles": null,
163165
"agentPoolProfiles": [
164166
{
167+
...
165168
"count": 3,
166-
"dnsPrefix": null,
167-
"fqdn": null,
168-
"name": "myAKSCluster",
169-
"osDiskSizeGb": null,
169+
"mode": "System",
170+
"name": "nodepool1",
171+
"osDiskSizeGb": 128,
172+
"osDiskType": "Managed",
170173
"osType": "Linux",
171174
"ports": null,
172-
"vmSize": "Standard_D2_v2",
175+
"vmSize": "Standard_DS2_v2",
173176
"vnetSubnetId": null
177+
...
174178
}
179+
...
180+
]
175181
```
176182

177183
### [Azure PowerShell](#tab/azure-powershell)

0 commit comments

Comments
 (0)