Skip to content

Commit 58b9845

Browse files
committed
added image
1 parent 06eb703 commit 58b9845

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

articles/aks/image-cleaner.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,9 @@ When enabled, an `eraser-controller-manager` pod is deployed on each agent node,
7676

7777
Once an `ImageList` is generated, ImageCleaner will remove all the images in the list from node VMs.
7878

79+
80+
:::image type="content" source="./media/image-cleaner/image-cleaner.jpg" alt-text="A diagram showing ImageCleaner's workflow. The ImageCleaner pods running on the cluster can generate an ImageList, or manual input can be provided.":::
81+
7982
## Configuration options
8083

8184
In addition to choosing between manual and automatic mode, there are several options for ImageCleaner:
@@ -131,6 +134,8 @@ And apply it to the cluster:
131134
kubectl apply -f image-list.yml
132135
```
133136

137+
A job will trigger which causes ImageCleaner to remove the desired images from all nodes.
138+
134139
## Disable ImageCleaner
135140

136141
To stop using ImageCleaner, you can disable it via the `--disable-image-cleaner` flag:
90.5 KB
Loading

0 commit comments

Comments
 (0)