Skip to content

Commit 458b9c6

Browse files
Update image-cleaner.md
Just added a "." at the end of "A collector, which collects unused images" because it was missing (comparing with the other paragraphs)
1 parent a7a075d commit 458b9c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/image-cleaner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Once `eraser-controller-manager` is deployed, the following steps will be taken
4747

4848
* It immediately starts the cleanup process and creates `eraser-aks-xxxxx` worker pods for each node.
4949
* There are three containers in each worker pod:
50-
* A **collector**, which collects unused images
50+
* A **collector**, which collects unused images.
5151
* A **trivy-scanner**, which leverages [trivy](https://github.com/aquasecurity/trivy) to scan image vulnerabilities.
5252
* A **remover**, which removes unused images with vulnerabilities.
5353
* After the cleanup process completes, the worker pod is deleted and the next scheduled cleanup happens according to the `--image-cleaner-interval-hours` you define.

0 commit comments

Comments
 (0)