We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8c1ad3 + b26237c commit f3ea588Copy full SHA for f3ea588
articles/aks/image-cleaner.md
@@ -97,7 +97,8 @@ Image Cleaner generates an `ImageList` containing nonrunning and vulnerable imag
97
name: imagelist
98
spec:
99
images:
100
- - docker.io/library/alpine:3.7.3 # You can also use "*" to specify all non-running images
+ - docker.io/library/alpine:3.7.3
101
+ // You can also use "*" to specify all non-running images
102
```
103
104
2. Apply the `ImageList` to your cluster using the `kubectl apply` command.
0 commit comments