You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
VolumeBindCheck is previous filter of kube-schedueler, now, kube-scheduler works on scheduling framwork. Now you can disable the filter plugin named VolumeBinding
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?
The text was updated successfully, but these errors were encountered: