@@ -191,30 +191,24 @@ The following example increases the number of nodes to three in the Kubernetes c
191
191
Once the cluster successfully scales, your output will be similar to following example output :
192
192
193
193
` ` ` output
194
- ProvisioningState : Succeeded
195
- MaxAgentPools : 100
196
- KubernetesVersion : 1.19.9
197
- DnsPrefix : myAKSCluster
198
- Fqdn : myakscluster-000a0aa0.hcp.eastus.azmk8s.io
199
- PrivateFQDN :
200
- AgentPoolProfiles : {default}
201
- WindowsProfile : Microsoft.Azure.Commands.Aks.Models.PSManagedClusterWindowsProfile
202
- AddonProfiles : {}
203
- NodeResourceGroup : MC_myresourcegroup_myAKSCluster_eastus
204
- EnableRBAC : True
205
- EnablePodSecurityPolicy :
206
- NetworkProfile : Microsoft.Azure.Commands.Aks.Models.PSContainerServiceNetworkProfile
207
- AadProfile :
208
- ApiServerAccessProfile :
209
- Identity :
210
- LinuxProfile : Microsoft.Azure.Commands.Aks.Models.PSContainerServiceLinuxProfile
211
- ServicePrincipalProfile : Microsoft.Azure.Commands.Aks.Models.PSContainerServiceServicePrincipalProfile
212
- Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myresourcegroup/providers/Micros
213
- oft.ContainerService/managedClusters/myAKSCluster
214
- Name : myAKSCluster
215
- Type : Microsoft.ContainerService/ManagedClusters
216
- Location : eastus
217
- Tags : {}
194
+ ...
195
+ ProvisioningState : Succeeded
196
+ MaxAgentPools : 100
197
+ KubernetesVersion : 1.28
198
+ CurrentKubernetesVersion : 1.28.9
199
+ DnsPrefix : myAKSCluster
200
+ Fqdn : myakscluster-000a0aa0.hcp.eastus.azmk8s.io
201
+ PrivateFQDN :
202
+ AzurePortalFQDN : myakscluster-000a0aa0.portal.hcp.eastus.azmk8s.io
203
+ AgentPoolProfiles : {default}
204
+ ...
205
+ ResourceGroupName : myResourceGroup
206
+ Id : /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/myResourceGroup/providers/Mic
207
+ rosoft.ContainerService/managedClusters/myAKSCluster
208
+ Name : myAKSCluster
209
+ Type : Microsoft.ContainerService/ManagedClusters
210
+ Location : eastus
211
+ Tags :
218
212
` ` `
219
213
220
214
---
0 commit comments