Rakesh Balusa
Rakesh Balusa
### Subject of the issue Hi, - We are trying to keep the staging branch up-to-date with development branch but everytime a PR is created against `staging` branch it consists...
**Describe the bug** RunnerDeployment CRD does not support `allowPrivilegeEscalation` and `capabilities` parameters in PodSecurityContext **Checks** - runner image: `summerwind/actions-runner:v2.283.1-ubuntu-20.04-24602ff` - [X] My actions-runner-controller version (v0.x.y) does support the feature **To...
Hi there, We were trying to enable `enforce_admins = true` and we see a TF plan like the following but when we apply we get an error. As you can...
/kind bug **What happened?** Restarted the pod and now the EBS volume is not getting mounted on the node. As you can see from the screenshot that device name `/dev/xvdac`...
Hi, - We have an endpoint `/output/identities/devices.gz` which is serving a file of size `270MB` - As you can see from the screenshot the APM received a lot of these...
### Description **Observed Behavior**: We are noticing a 6 minute wait time when nodes are drained by karpenter. This only seems to happen when karpenter drains the pods, if we...
**Describe your environment** Ubuntu: 24.04 Nginx version: 1.27.3 **Steps to reproduce** Dockerfile to build nginx image: ``` FROM ubuntu:24.04 ARG NGINX_VERSION="1.27.3" ARG OPENTRACING_NGINX_VERSION="v0.40.0" RUN apt-get update && apt-get upgrade -y...