11 2021 档案

摘要:cmd\kube-proxy\proxy.go func main() { // 新构建一个proxy运行命令,结合之前scheduler,我们可以看出k8s跑各组件的套路是一样的 command := app.NewProxyCommand() >cmd\kube-proxy\app\server 阅读全文
posted @ 2021-11-23 16:45 北方姆Q 阅读(165) 评论(3) 推荐(0) 编辑
摘要:kubernetes1.22 kube-scheduler >https://www.cnblogs.com/bfmq/p/15532211.html kube-proxy >https://www.cnblogs.com/bfmq/p/15593952.html kubernetes1.23 ku 阅读全文
posted @ 2021-11-23 12:02 北方姆Q 阅读(51) 评论(0) 推荐(0) 编辑
摘要:cmd\kube-scheduler\scheduler.go func main() { // 新构建一个scheduler运行命令 command := app.NewSchedulerCommand() >cmd\kube-scheduler\app\server.go code := cli 阅读全文
posted @ 2021-11-10 10:11 北方姆Q 阅读(168) 评论(0) 推荐(0) 编辑