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
reclaimed-normal-pod.yaml
apiVersion: v1 kind: Pod metadata: annotations: "katalyst.kubewharf.io/qos_level": reclaimed_cores name: reclaimed-normal-pod namespace: default spec: containers: - name: stress image: joedval/stress:latest command: - stress - -c - "1" imagePullPolicy: IfNotPresent resources: requests: "resource.katalyst.kubewharf.io/reclaimed_millicpu": "2k" "resource.katalyst.kubewharf.io/reclaimed_memory": 1Gi limits: "resource.katalyst.kubewharf.io/reclaimed_millicpu": "2k" "resource.katalyst.kubewharf.io/reclaimed_memory": 1Gi schedulerName: katalyst-scheduler
Reclaim core pod completes scheduling.
Use the default policy scheduler-policy-spread.yaml of the example folder.
$ <software> version # paste output here
The text was updated successfully, but these errors were encountered:
luomingmeng
No branches or pull requests
What happened?
reclaimed-normal-pod.yaml
What did you expect to happen?
Reclaim core pod completes scheduling.
How can we reproduce it (as minimally and precisely as possible)?
Use the default policy scheduler-policy-spread.yaml of the example folder.
Software version
The text was updated successfully, but these errors were encountered: