Skip to content

Commit c61ffc3

Browse files
Merge pull request #263302 from Nickomang/aks-gh-eraser-version
Updated command to check version
2 parents c02fea2 + a3f967a commit c61ffc3

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)