eraser
eraser copied to clipboard
🧹 Cleaning up images from Kubernetes nodes
**Describe the solution you'd like** I notice that none of our actions/jobs have [`concurrency`](https://docs.github.com/en/actions/using-jobs/using-concurrency) set. This means it is _possible_ that a pull request can have multiple running actions from...
**What steps did you take and what happened:** KubeAPIWarningLogger warning in controller-manager logs, seems harmless `{"level":"info","ts":1666213704.4870884,"logger":"KubeAPIWarningLogger","msg":"unknown field \"spec.template.metadata.creationTimestamp\""}` **What did you expect to happen:** **Anything else you would like to...
I would like to add unit tests for `controllers/controller.go`
**Describe the solution you'd like** - create a fine grained token with only pr permissions to eraser repo - use this token in the pr action to create prs **Anything...
**Describe the solution you'd like** Consider the following situation: - A cluster is running 600 nodes, each node runs about 30 pods - They scale based on # of pods...
**Describe the solution you'd like** This will speed up the tests and also be more fault tolerant. **Environment:** - Eraser version: v1.0.0-beta.3 - Kubernetes version: (use `kubectl version`):
**What steps did you take and what happened:** [A clear and concise description of what the bug is.] Attempted to install Eraser on cluster running k3s, and although the manager...
**Describe the solution you'd like** now that we are pushing sbom and prov using buildkit 0.11 in eraser 1.0-rc1 we should document where they are located https://docs.docker.com/build/attestations/ **Anything else you...
**Describe the solution you'd like** Currently, the collector/scanner are triggered immediately upon startup. We should be able to configure this behavior: either it triggers immediately or triggers after the delay...
**What steps did you take and what happened:** Tracking https://github.com/containerd/containerd/issues/7698 We may also want to note in our documentation that we cannot remove sideloaded images until the issue is resolved...