Skip to content

Commit 5651147

Browse files
authored
Update prometheus-metrics-enable.md
1 parent 268d14f commit 5651147

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/essentials/prometheus-metrics-enable.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,21 +330,21 @@ Deploy the template with the parameter file using any valid method for deploying
330330

331331
## Verify Deployment
332332

333-
Run the following command to verify that the daemon set was deployed properly:
333+
Run the following command to verify that the DaemonSet was deployed properly:
334334

335335
```
336336
kubectl get ds ama-metrics-node --namespace=kube-system
337337
```
338338

339-
The output should resemble the following:
339+
The number of pods should be equal to the number of nodes on the cluster. The output should resemble the following:
340340

341341
```
342342
User@aksuser:~$ kubectl get ds ama-metrics-node --namespace=kube-system
343343
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
344344
ama-metrics-node 1 1 1 1 1 <none> 10h
345345
```
346346

347-
Run the following command to which verify that the replica set was deployed properly:
347+
Run the following command to which verify that the ReplicaSets were deployed properly:
348348

349349
```
350350
kubectl get rs --namespace=kube-system

0 commit comments

Comments
 (0)