@@ -693,37 +693,37 @@ The number of pods should be equal to the number of Linux nodes on the cluster.
693
693
694
694
``` output
695
695
User@aksuser:~$ kubectl get ds ama-logs --namespace=kube-system
696
- NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
697
- ama-logs 2 2 2 2 2 beta.kubernetes.io/os=linux 1d
696
+ NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
697
+ ama-logs 2 2 2 2 2 <none> 1d
698
698
```
699
699
700
700
** Verify that Windows nodes were deployed properly**
701
701
702
702
```
703
- kubectl get ds ama-metrics-win-node --namespace=kube-system
703
+ kubectl get ds ama-logs-windows --namespace=kube-system
704
704
```
705
705
706
706
The number of pods should be equal to the number of Windows nodes on the cluster. The output should resemble the following example:
707
707
708
708
``` output
709
709
User@aksuser:~$ kubectl get ds ama-logs-windows --namespace=kube-system
710
- NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
711
- ama-logs-windows 2 2 2 2 2 beta.kubernetes.io/os=windows 1d
710
+ NAME DESIRED CURRENT READY UP-TO-DATE AVAILABLE NODE SELECTOR AGE
711
+ ama-logs-windows 2 2 2 2 2 <none> 1d
712
712
```
713
713
714
714
715
715
** Verify deployment of the Container insights solution**
716
716
717
717
```
718
- kubectl get deployment ama-logs-rs -n =kube-system
718
+ kubectl get deployment ama-logs-rs --namespace =kube-system
719
719
```
720
720
721
721
The output should resemble the following example:
722
722
723
723
``` output
724
- User@aksuser:~$ kubectl get deployment ama-logs-rs -n =kube-system
725
- NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE
726
- ama-logs-rs 1 1 1 1 3h
724
+ User@aksuser:~$ kubectl get deployment ama-logs-rs --namespace =kube-system
725
+ NAME READY UP-TO-DATE AVAILABLE AGE
726
+ ama-logs-rs 1/ 1 1 1 24d
727
727
```
728
728
729
729
** View configuration with CLI**
0 commit comments