eraser icon indicating copy to clipboard operation
eraser copied to clipboard

🧹 Cleaning up images from Kubernetes nodes

Results 97 eraser issues
Sort by recently updated
recently updated
newest added

**What this PR does / why we need it**: Uploads manager and collector pod logs for e2e tests. Collector pod logs not included for collector-pipeline test since it deploys using...

The CRI API has a field on images `Pinned`. This will be used for images like `pause` and should be used as as a filter for image removal. ref: https://github.com/containerd/containerd/pull/6456

enhancement

**What steps did you take and what happened:** ```bash $ make docker-build-manager docker-build-eraser OUTPUT_TYPE="type=image" $ for i in {0..5}; do make e2e-test; done ``` What happened is that the tests...

bug

**Describe the solution you'd like** upload manager/scanner/eraser logs so we can debug issues in the CI

CI

**Describe the solution you'd like** we need docs for scanner provider concept and document trivy provider options

documentation

**Describe the solution you'd like** we have multi-arch support (#155) but we are not publishing arm64 images

CI

**Describe the solution you'd like** during release pr, we should update https://github.com/Azure/eraser/blob/main/docs/docs/installation.md?plain=1#L10

CI

**Describe the solution you'd like** test with clusters with thousands of images

testing

**Describe the solution you'd like** [A clear and concise description of what you want to happen.] **Anything else you would like to add:** [Miscellaneous information that will assist in solving...

CI

**Describe the solution you'd like** docs should be versioned so we can update docs for a feature that doesn't exist in a tagged release yet example: https://github.com/open-policy-agent/gatekeeper/pull/1645

enhancement