-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Revoke site resource when pod vm creation is failed #298
Conversation
…ource-scheduler into feature/resource
Is it a new PR? I have not found any previous comments. |
Please reopen the #289 and its CICD issue has been resolved. My PR #288 works total fine now. |
I tried to reopen but it is not possible unfortunately. open button is inactivated. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
This PR proposes to withdraw site (cluster) resource allocated to a pod when the pod's vm creation is failed.
Which issue(s) this PR fixes:
Fixes #286
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
NONE
How to test?:
~/go/src/k8s.io/arktos$./hack/globalscheduler/globalscheduler-up.sh
open a new terminal
cd ~/go/src/k8s.io/arktos/globalscheduler/test/yaml
kubectl apply -f sample_6_clusters.yaml
kubectl apply -f sample_2_schedulers.yaml
kubectl apply -f sample_2_distributors.yaml
kubectl apply -f sample_2_dispatchers.yaml
kubectl apply -f sample_6_pods.yaml
kubectl get pods