Skip to content

Commit f3ea588

Browse files
Merge pull request #251237 from AjayBathini-MSFT/patch-104
(AzureCXP) fixes MicrosoftDocs/azure-docs#114636
2 parents d8c1ad3 + b26237c commit f3ea588

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/aks/image-cleaner.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ Image Cleaner generates an `ImageList` containing nonrunning and vulnerable imag
9797
name: imagelist
9898
spec:
9999
images:
100-
- docker.io/library/alpine:3.7.3 # You can also use "*" to specify all non-running images
100+
- docker.io/library/alpine:3.7.3
101+
// You can also use "*" to specify all non-running images
101102
```
102103
103104
2. Apply the `ImageList` to your cluster using the `kubectl apply` command.

0 commit comments

Comments
 (0)