Skip to content

Commit a3f967a

Browse files
committed
updated command to check version
1 parent 7afa990 commit a3f967a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/image-cleaner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ Images specified in the exclusion list aren't removed from the cluster. Image Cl
160160
161161
## FAQ
162162
163-
### How to check eraser version is using?
163+
### How can I check which version Image Cleaner is using?
164164
```
165-
kubectl get configmap -n kube-system eraser-manager-config | grep tag -C 3
165+
kubectl describe configmap -n kube-system eraser-manager-config | grep tag -C 3
166166
```
167167
168168
### Does Image Cleaner support other vulnerability scanners besides trivy-scanner?

0 commit comments

Comments
 (0)