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

[WIP]e2e placement policy with other scheduler plugins #28

Closed
wants to merge 3 commits into from
Closed

[WIP]e2e placement policy with other scheduler plugins #28

wants to merge 3 commits into from

Conversation

helayoty
Copy link
Collaborator

@helayoty helayoty commented Jan 10, 2022

Fixes #29

@helayoty
Copy link
Collaborator Author

Currently I'm getting the following error

Error occurred" err="Pod pp-ns-1e465fc37f/statefulset-test-3 is already present in the active queue" pp-plugins-scheduler I0111 01:10:28.794307 1 placementpolicy.go:137] "annotating pod" pod="statefulset-test-3" plugin="prefilter" pp-plugins-scheduler I0111 01:10:28.802879 1 placementpolicy.go:240] "annotating pod" pod="statefulset-test-3" plugin="prefilter" pp-plugins-scheduler E0111 01:10:28.809606 1 scheduler.go:558] "Error selecting node for pod" err="running PreScore plugin \"placementpolicy\": failed to annotate pod : Operation cannot be fulfilled on pods \"statefulset-test-3\": the object has been modified; please apply your changes to the latest version and try again" pod="pp-ns-1e465fc37f/statefulset-test-3" pp-plugins-scheduler E0111 01:10:28.809668 1 factory.go:397] "Error scheduling pod; retrying" err="running PreScore plugin \"placementpolicy\": failed to annotate pod : Operation cannot be fulfilled on pods \"statefulset-test-3\": the object has been modified; please apply your changes to the latest version and try again" pod="pp-ns-1e465fc37f/statefulset-test-3" pp-plugins-scheduler E0111 01:10:28.809753 1 factory.go:417] "Error occurred" err="Pod pp-ns-1e465fc37f/statefulset-test-3 is already present in the active queue"

@helayoty helayoty added the test label Jan 19, 2022
@helayoty helayoty closed this by deleting the head repository May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Testing placement-policy plugin in conjunction with other scheduler plugins
1 participant