watch windows pods

This commit is contained in:
jay vyas 2020-11-11 13:27:56 -08:00 committed by GitHub
parent 5c1626f426
commit ce93fea678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,11 @@ kubectl -n kube-system get pod -o wide --watch -l app=csi-smb-controller
kubectl -n kube-system get pod -o wide --watch -l app=csi-smb-node
```
if running windows nodes, also check for those pods
```
kubectl -n kube-system get pod -o wide --watch -l app=csi-smb-node-win
```
example output:
```