You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Status of Jobs pods can become "OutOfCpu" when many pods are created and completed in a short time on the same node schedule by batch.volcano.sh/v1alpha1. #2700
What happened?
Status of pods can become "OutOfCpu" when many jobs are created and completed in a short time on the same node schedule by batch.volcano.sh/v1alpha1.
What did you expect to happen?
Status of pods should become "Running", "Pending" or "Completed". When node resources are not satisfied, The jobs pods should not be scheduled.
Anything else we need to know?
We found this issue in volcano v1.7.0 k8s version v1.23.15
Pods QoS is Burstable
Error message:
status:
message: 'Pod Node didn''t have enough resource: cpu, requested: 56033, used: 34036, capacity: 90000'
phase: Failed
reason: OutOfcpu Environment:
Volcano Version: v1.7.0
Kubernetes version (use kubectl version): v1.23.15
Cloud provider or hardware configuration:
OS (e.g. from /etc/os-release): Ubuntu 20.04.3 LTS
What happened?
Status of pods can become "OutOfCpu" when many jobs are created and completed in a short time on the same node schedule by batch.volcano.sh/v1alpha1.
What did you expect to happen?
Status of pods should become "Running", "Pending" or "Completed". When node resources are not satisfied, The jobs pods should not be scheduled.
Anything else we need to know?
We found this issue in volcano v1.7.0 k8s version v1.23.15
Pods QoS is Burstable
Error message:
status:
message: 'Pod Node didn''t have enough resource: cpu, requested: 56033, used: 34036, capacity: 90000'
phase: Failed
reason: OutOfcpu
Environment:
kubectl version): v1.23.15uname -a):Linux k8s-master 5.15.0-43-generic Refresh volcano intro image #46-Ubuntu SMP Tue Jul 12 10:30:17 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux