Skip to content
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 is failed #294

Closed
wants to merge 14 commits into from
Closed

Revoke site resource when pod vm is failed #294

wants to merge 14 commits into from

Conversation

kimeunju108
Copy link
Collaborator

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:
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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Revoke cluster resources when scheduling failed to create a vm
1 participant