Kubernetes Master Isolation

224 ワード

master配備podの許可
kubectl taint nodes --all node-role.kubernetes.io/master-

master配備podの禁止
kubectl taint nodes centos-master-1 node-role.kubernetes.io/master=true:NoSchedule