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
Overall, yes there is queuing, but no, don't depend on ordering. The backing store is etcd and we rely on their watching mechanism at the lowest level.
Queueing is implied via the scheduler docs, " Its interface to the API server is to watch for Pods with an empty PodSpec.NodeName, and for each Pod, it posts a Binding indicating where the Pod should be scheduled. ... The scheduler tries to find a node for each Pod, one at a time, as it notices these Pods via watch." So, the queueing mechanism is kind of the pod meta data system.
Investigate how kubernetes queues pod requests.
The text was updated successfully, but these errors were encountered: