kubernetes - 广告连播优先级和优先级

标签 kubernetes

我正在阅读有关Pod Priority and Preemption的信息,我心中有一个疑问。

假设A是优先级较高的Pod,B是较低优先级的Pod。 B已经在运行,A出现了,现在必须进行逐出。请注意,B是JOB类型。我想问一下,如果B被驱逐了。以后会重新安排吗?

最佳答案

答案是肯定的。

If a pending Pod has inter-pod affinity to one or more of the lower-priority Pods on the Node, the inter-Pod affinity rule cannot be satisfied in the absence of those lower-priority Pods. In this case, the scheduler does not preempt any Pods on the Node. Instead, it looks for another Node. The scheduler might find a suitable Node or it might not. There is no guarantee that the pending Pod can be scheduled

关于kubernetes - 广告连播优先级和优先级,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51924683/

相关文章:

bash - 如何覆盖 helm 值

kubernetes - Minikube VM驱动程序:无vs Virtualbox/KVM

kubernetes - elasticsearch-curator k8s Helm图表无法连接到HTTPS

configuration - 在 kube-apiserver 中设置 feature gate RuntimeClass

kubernetes - 在 Prometheus 中计算 sum 函数随时间的最大值

kubernetes - 无法访问Minikube/Kubernetes mountPath

kubernetes - 不允许使用带有rancher 2.2.8的traefik v2.0标签

continuous-integration - Kubernetes CI/CD 流水线

docker 镜像的 Azure 私有(private)注册表

kubernetes - 在 Kubernetes 中添加节点后重新分配 pod