-
Notifications
You must be signed in to change notification settings - Fork 44
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
TAS Policy remove is not working as there are error logs in scheduler #29
Comments
@Rajpratik71 |
Seeing the same issue. 1 generic_scheduler.go:378] Skipping extender &{https://tas-service.default.svc.cluster.local:9001 scheduler/filter scheduler/prioritize 1 0xc0007937d0 false map[telemetry/scheduling:{}] true} as it returned error Failed scheduler/filter with extender at URL https://tas-service.default.svc.cluster.local:9001/scheduler/filter, code 404 and has ignorable flag set there are no new logs in TAS ext or cont. It still refers to the old policy stats. |
Let me know if I rightly understand your use case: The error logs are expected as the pod is still requesting scheduling using TAS - deleting the policy doesn't change the scheduler behavior here. But it's concerning if the effects of the policy are persisting after the policy is deleted. Can you output the description of the node that you think is invalid? And the policy you were using before deleting. |
Yes. even after the policy is deleted and trying to schedule the pods after that, policy effects still persist and doesn't schedule the pods on any other node except the one which was valid on policy apply. |
Skipping extender &{https://tas-service.default.svc.cluster.local:9001 scheduler/filter scheduler/prioritize 1 0xc000866660 false map[telemetry/scheduling:{}] true} as it returned error Failed scheduler/filter with extender at URL https://tas-service.default.svc.cluster.local:9001/scheduler/filter, code 404 and has ignorable flag set
The text was updated successfully, but these errors were encountered: