File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/azure-monitor/essentials Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -330,21 +330,21 @@ Deploy the template with the parameter file using any valid method for deploying
330
330
331
331
## Verify Deployment
332
332
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:
334
334
335
335
```
336
336
kubectl get ds ama-metrics-node --namespace=kube-system
337
337
```
338
338
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:
340
340
341
341
```
342
342
User@aksuser:~$ kubectl get ds ama-metrics-node --namespace=kube-system
343
343
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
344
344
ama-metrics-node 1 1 1 1 1 <none> 10h
345
345
```
346
346
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:
348
348
349
349
```
350
350
kubectl get rs --namespace=kube-system
You can’t perform that action at this time.
0 commit comments