-
Notifications
You must be signed in to change notification settings - Fork 74
Description
What happened?
The sleeper container in the pinniped-concierge-kube-cert-agent pod is showing consistent and regular throttling due to the CPU limit being set so low. This does not appear to affect the performance of the container itself since it is just on a sleep loop, but this is triggering our monitoring for critical platform workloads throttling.
What did you expect to happen?
It would be good to either have this resource quota configurable by the end user or just have the CPU limit set high enough that the workload isn't throttling.
What is the simplest way to reproduce this behavior?
Just look at your workload throttling metrics. Yours is likely throttling too.
In what environment did you see this bug?
- Pinniped client version: v0.32.0
- Pinniped container image (if using a public container image): pinniped-server:v0.32.0, but hosted in our own image registry.
- Pinniped configuration (what IDP(s) are you using? what downstream credential minting mechanisms are you using?):
- Kubernetes version (use
kubectl version): v1.28.2 - Kubernetes installer & version (e.g.,
kubeadm version): v1.26.15 - Cloud provider or hardware configuration: Spectrocloud
- OS (e.g:
cat /etc/os-release): - Kernel (e.g.
uname -a): - Others:
What else is there to know about this bug?