Skip to content

Commit e52c782

Browse files
committed
updates
1 parent b5c5bbe commit e52c782

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/aks/image-cleaner.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ ImageCleaner does not support the following:
7474

7575
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. An `ImageList` can either be defined manually or automatically generated by ImageCleaner.
7676

77-
In manual mode, the `ImageList` is created based off of a provided list of image names. In automatic mode, a time interval is set. ImageCleaner will continually run in this interval to generate an updated `ImageList`.
77+
In manual mode, the `ImageList` is created based off of a provided list of image names. In automatic mode, a time interval is set. ImageCleaner will repeatedly run in this interval to generate an updated `ImageList`.
7878

79-
Once an `ImageList` is generated, ImageCleaner will delete all the images in the list from node VMs.
79+
Once an `ImageList` is generated, ImageCleaner will continuously delete all the images in the list from node VMs.
8080

8181
## Configuration options
8282

@@ -90,8 +90,6 @@ In addition to choosing between manual and automatic mode, there are several opt
9090

9191
## Enable ImageCleaner on your AKS cluster
9292

93-
### Enable ImageCleaner on your cluster
94-
9593
To create a new AKS cluster using the default interval, use [az aks create][az-aks-create]:
9694

9795
```azurecli-interactive
@@ -110,7 +108,6 @@ The `--image-cleaner-interval-hours` parameter can be specified at creation time
110108

111109
```azurecli-interactive
112110
az aks update -g MyResourceGroup -n MyManagedCluster \
113-
--enable-image-cleaner \
114111
--image-cleaner-interval-hours 48
115112
```
116113

0 commit comments

Comments
 (0)