Akhil Mohan

Results 32 issues of Akhil Mohan

Ingester is used to create and manage content before it is committed as a referenced data blob. The code comments and documentation does not describe in detail about the Ingester...

exp/beginner
kind/docs

This PR adds a new workflow that scans the generated docker images for security vulnerabilities using trivy scanner. The workflow is set as nightly, since the security scanning needs to...

release-note/infra

Currently the copy between registries uses `buildx imagetools` to copy image from one registry to another. [Ref](https://docs.docker.com/build/ci/github-actions/examples/#copy-images-between-registries). It would be better to have a github action that wraps around this...

kind/enhancement

### Contributing guidelines - [X] I've read the [contributing guidelines](https://github.com/docker/buildx/blob/master/.github/CONTRIBUTING.md) and wholeheartedly agree ### I've found a bug and checked that ... - [X] ... the documentation does not mention...

status/triage

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [x] Bug report [ ] Performance issue [ ] Feature...

The `pull-containerd-node-e2e` presubmit is failing with the following error ``` ERROR: (gcloud.compute.instances.create) Could not fetch resource: - Quota 'CPUS' exceeded. Limit: 100.0 in region us-central1. metric name = compute.googleapis.com/cpus limit...

kind/bug
priority/backlog
area/infra
sig/k8s-infra

I assume that the API key used to query youtube music is hard coded [here](https://github.com/baptisteArno/node-youtube-music/blob/main/src/searchMusics.ts#L30). It would be better to have a configurable API key so that any one can...

Currently the docker image `akhilerm/repo-copy:latest` that is being used in the github action has only `linux/amd64` support. This restricts the action from being used on arm64 self hosted runners. ####...

help wanted
good first issue

Currently the publishing-bot is centred towards running only on the [kubernetes/kubernetes](https://github.com/kubernetes/kubernetes/) repo. We want to run publishing bot on the [containerd/containerd](https://github.com/containerd/containerd) repo to publish the [`api/`](https://github.com/containerd/containerd/tree/main/api) directory from containerd to...

There are cases of corruption in `.git` directory that occurs randomly while running the publishing-bot which causes the bot to fail. Sometimes a PVC cleanup and restart fixes the issue....