Skip to content

Commit 6896f6a

Browse files
authored
Update image-cleaner.md
1 parent 960b400 commit 6896f6a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/aks/image-cleaner.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use Image Cleaner to clean up stale images on Azure Ku
44
ms.author: nickoman
55
author: nickomang
66
ms.topic: article
7-
ms.date: 02/07/2023
7+
ms.date: 03/02/2023
88
---
99

1010
# Use Image Cleaner to clean up stale images on your Azure Kubernetes Service cluster (preview)
@@ -87,7 +87,9 @@ Image Cleaner does not support the following:
8787

8888
## How Image Cleaner works
8989

90-
When enabled, an `eraser-controller-manager` pod is deployed on each agent node, which will use an `ImageList` CRD to determine unreferenced and vulnerable images. Vulnerability is determined based on a [trivy][trivy] scan, after which images with a `LOW`, `MEDIUM`, `HIGH`, or `CRITICAL` classification are flagged. An updated `ImageList` will be automatically generated by Image Cleaner based on a set time interval, and can also be supplied manually.
90+
When enabled, an `eraser-controller-manager` pod is deployed, which generates an `ImageList` CRD. The eraser pods running on each nodes will clean up the unreferenced and vulnerable images according to the ImageList. Vulnerability is determined based on a [trivy][trivy] scan, after which images with a `LOW`, `MEDIUM`, `HIGH`, or `CRITICAL` classification are flagged. An updated `ImageList` will be automatically generated by Image Cleaner based on a set time interval, and can also be supplied manually.
91+
92+
9193

9294
Once an `ImageList` is generated, Image Cleaner will remove all the images in the list from node VMs.
9395

0 commit comments

Comments
 (0)