@@ -259,43 +259,43 @@ After you've enabled monitoring, it might take about 15 minutes before you can v
259
259
Run the following command to verify that the agent is deployed successfully.
260
260
261
261
```
262
- kubectl get ds omsagent --namespace=kube-system
262
+ kubectl get ds ama-logs --namespace=kube-system
263
263
```
264
264
265
265
The output should resemble the following, which indicates that it was deployed properly:
266
266
267
267
``` output
268
- User@aksuser:~$ kubectl get ds omsagent --namespace=kube-system
268
+ User@aksuser:~$ kubectl get ds ama-logs --namespace=kube-system
269
269
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
270
- omsagent 2 2 2 2 2 beta.kubernetes.io/os=linux 1d
270
+ ama-logs 2 2 2 2 2 beta.kubernetes.io/os=linux 1d
271
271
```
272
272
273
273
If there are Windows Server nodes on the cluster then you can run the following command to verify that the agent is deployed successfully.
274
274
275
275
```
276
- kubectl get ds omsagent-win --namespace=kube-system
276
+ kubectl get ds ama-logs-windows --namespace=kube-system
277
277
```
278
278
279
279
The output should resemble the following, which indicates that it was deployed properly:
280
280
281
281
``` output
282
- User@aksuser:~$ kubectl get ds omsagent-win --namespace=kube-system
282
+ User@aksuser:~$ kubectl get ds ama-logs-windows --namespace=kube-system
283
283
NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
284
- omsagent-win 2 2 2 2 2 beta.kubernetes.io/os=windows 1d
284
+ ama-logs-windows 2 2 2 2 2 beta.kubernetes.io/os=windows 1d
285
285
```
286
286
287
287
To verify deployment of the solution, run the following command:
288
288
289
289
```
290
- kubectl get deployment omsagent -rs -n=kube-system
290
+ kubectl get deployment ama-logs -rs -n=kube-system
291
291
```
292
292
293
293
The output should resemble the following, which indicates that it was deployed properly:
294
294
295
295
``` output
296
296
User@aksuser:~$ kubectl get deployment omsagent-rs -n=kube-system
297
297
NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
298
- omsagent 1 1 1 1 3h
298
+ ama-logs-rs 1 1 1 1 3h
299
299
```
300
300
301
301
## View configuration with CLI
0 commit comments