REQUEST: Repository maintenance on opentelemetry-ebpf-instrumentation
Affected Repository
https://github.com/open-telemetry/opentelemetry-ebpf-instrumentation/
Requested changes
Add permissions to push new otel/otel-ebpf-k8s-cache image to dockerhub
Purpose
we want to push a new image called otel/otel-ebpf-k8s-cache, which will allow users to deploy opentelemetry-ebpf-instrumentation to kubernetes with the configuration of running alongside a k8s-cache deployment, which will save on calls to the k8s api
Expected Duration
Permanently
Repository Maintainers
- @open-telemetry/ebpf-instrumentation-approvers
- @open-telemetry/ebpf-instrumentation-maintainers
As a maintainer of the opentelemetry-ebpf-instrumentation project, I endorse this request. The K8s cache is a critical to deploy opentelemetry-ebpf-instrumentation in big clusters, as allows offloading the pressure on the Kubernetes API.
@NimrodAvni78 thanks for driving this!
I've created https://hub.docker.com/r/otel/opentelemetry-ebpf-k8s-cache
and I've given the token you're already using (DOCKER_TOKEN_EBPF_INSTRUMENTATION) access to push to that repo