码迷,mamicode.com
首页 > Web开发 > 详细

Kubernetes 将Pod调度到Master节点

时间:2020-06-27 16:18:35      阅读:102      评论:0      收藏:0      [点我收藏+]

标签:span   text   状态   nod   使用   pre   配置   host   int   

 

出于安全考虑,默认配置下Kubernetes不会将Pod调度到Master节点。如果希望将k8s-master也当作Node使用,可以执行如下命令:

kubectl taint node k8s-master node-role.kubernetes.io/master-

其中k8s-master是主机节点hostname如果要恢复Master Only状态,执行如下命令:
 

kubectl taint node k8s-master node-role.kubernetes.io/master=""

Kubernetes 将Pod调度到Master节点

标签:span   text   状态   nod   使用   pre   配置   host   int   

原文地址:https://www.cnblogs.com/weifeng1463/p/13198473.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!