Skip to content

Commit ad78c18

Browse files
committed
updated with feedback from Coco and Sertaç
1 parent b0f84b9 commit ad78c18

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

articles/aks/image-cleaner.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,16 @@ Register-AzResourceProvider -ProviderNamespace Microsoft.ContainerService
6363

6464
---
6565

66+
## Limitations
67+
68+
ImageCleaner does not support the following:
69+
70+
* ARM 64 node pools. For more information, see [Azure Virtual Machines with ARM-based processors][arm-vms].
71+
* Windows node pools.
72+
6673
## How ImageCleaner works
6774

68-
When enabled, an agent 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.
75+
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.
6976

7077
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`.
7178

@@ -83,7 +90,7 @@ In addition to choosing between manual and automatic mode, there are several opt
8390

8491
## Enable ImageCleaner on your AKS cluster
8592

86-
#### Enable ImageCleaner on your cluster
93+
### Enable ImageCleaner on your cluster
8794

8895
To create a new AKS cluster using the default interval, use [az aks create][az-aks-create]:
8996

@@ -103,6 +110,7 @@ The `--image-cleaner-interval-hours` parameter can be specified at creation time
103110

104111
```azurecli-interactive
105112
az aks update -g MyResourceGroup -n MyManagedCluster \
113+
--enable-image-cleaner \
106114
--image-cleaner-interval-hours 48
107115
```
108116

@@ -134,3 +142,5 @@ The deletion logs are stored in the `image-cleaner-kind-worker` pods. You can ch
134142
[get-azproviderpreviewfeature]: /powershell/module/az.resources/get-azproviderpreviewfeature
135143
[az-provider-register]: /cli/azure/provider#az_provider_register
136144
[register-azresourceprovider]: /powershell/module/az.resources/register-azresourceprovider
145+
146+
[arm-vms]: https://azure.microsoft.com/blog/azure-virtual-machines-with-ampere-altra-arm-based-processors-generally-available/

0 commit comments

Comments
 (0)