Skip to content

Commit 918d738

Browse files
authored
Merge pull request #105608 from VikasPullagura-MSFT/patch-56
(Azure CXP) resolves MicrosoftDocs/azure-docs#48967
2 parents 976e6dd + 017af80 commit 918d738

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/aks/tutorial-kubernetes-scale.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ kubectl scale --replicas=5 deployment/azure-vote-front
5252
Run [kubectl get pods][kubectl-get] again to verify that AKS creates the additional pods. After a minute or so, the additional pods are available in your cluster:
5353

5454
```console
55-
$ kubectl get pods
55+
kubectl get pods
5656

5757
READY STATUS RESTARTS AGE
5858
azure-vote-back-2606967446-nmpcf 1/1 Running 0 15m
@@ -129,13 +129,13 @@ spec:
129129
Use `kubectl apply` to apply the autoscaler defined in the `azure-vote-hpa.yaml` manifest file.
130130

131131
```
132-
$ kubectl apply -f azure-vote-hpa.yaml
132+
kubectl apply -f azure-vote-hpa.yaml
133133
```
134134
135135
To see the status of the autoscaler, use the `kubectl get hpa` command as follows:
136136
137137
```
138-
$ kubectl get hpa
138+
kubectl get hpa
139139

140140
NAME REFERENCE TARGETS MINPODS MAXPODS REPLICAS AGE
141141
azure-vote-front Deployment/azure-vote-front 0% / 50% 3 10 3 2m

0 commit comments

Comments
 (0)