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

How to ignore VolumeBindCheck in the upper cluster scheduler? #90

Open
wangyizhi1 opened this issue Aug 7, 2023 · 2 comments
Open

How to ignore VolumeBindCheck in the upper cluster scheduler? #90

wangyizhi1 opened this issue Aug 7, 2023 · 2 comments

Comments

@wangyizhi1
Copy link

When I run a pod with a pvc, the pod is always pending(upper cluster). I think it may be that the scheduler has been waiting for tensile to create pv, and tensile is waiting for the scheduler to allocate a node, thus entering an infinite loop.
I noticed that the docs say to disable VolumeBindCheck, is it because of this issue?

By the way, can VolumeBindCheck only be disabled by modifying the scheduler source code?

@github-actions
Copy link

github-actions bot commented Aug 7, 2023

Thank your for opening your first issue :)

@cwdsuzhou
Copy link
Collaborator

VolumeBindCheck is previous filter of kube-schedueler, now, kube-scheduler works on scheduling framwork. Now you can disable the filter plugin named VolumeBinding

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

No branches or pull requests

2 participants