2021年7月7日

摘要: The random scheduler v1 The first important part of the scheduler is to watch the newly created pods in a continuous loop. We can use the Kubernetes c 阅读全文
posted @ 2021-07-07 15:43 tycoon3 阅读(102) 评论(0) 推荐(0)
摘要: 前言 Scheduler是Kubernetes组件中功能&逻辑相对单一&简单的模块,它主要的作用是:watch kube-apiserver,监听PodSpec.NodeName为空的pod,并利用预选和优选算法为该pod选择一个最佳的调度节点,最终将pod与该节点进行绑定,使pod调度在该节点上运 阅读全文
posted @ 2021-07-07 14:47 tycoon3 阅读(612) 评论(0) 推荐(0)
摘要: kubectl delete -f volcano/installer/volcano-development-arm64.yaml root@ubuntu:~# kubectl get all -n volcano-system NAME READY STATUS RESTARTS AGE pod 阅读全文
posted @ 2021-07-07 11:01 tycoon3 阅读(282) 评论(0) 推荐(0)

导航