We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5 node 8cpu per node
apiVersion: batch.volcano.sh/v1alpha1 kind: Job metadata: name: p4job-1 spec: minAvailable: 2 schedulerName: volcano queue: aa tasks: - replicas: 2 name: "default-nginx" template: metadata: name: web spec: containers: - image: nginx:1.27-alpine3.19-slim imagePullPolicy: Never name: nginx resources: requests: cpu: 6 restartPolicy: OnFailure
apiVersion: batch.volcano.sh/v1alpha1 kind: Job metadata: name: p0job spec: minAvailable: 2 schedulerName: volcano queue: ab tasks: - replicas: 2 name: "default-nginx" template: metadata: name: web spec: containers: - image: nginx:1.27-alpine3.19-slim imagePullPolicy: Never name: nginx resources: requests: cpu: 6 restartPolicy: OnFailure
all vcjobs is pending, because it requires insufficient resources
5x8c=40 40c-30c=10c 10c < 2x6c
1.10
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
cluster:
5 node
8cpu per node
queue:
vcjob:
Steps to reproduce the issue
Describe the results you received and expected
all vcjobs is pending, because it requires insufficient resources
5x8c=40
40c-30c=10c
10c < 2x6c
What version of Volcano are you using?
1.10
Any other relevant information
No response
The text was updated successfully, but these errors were encountered: