How to reserve certain worker nodes for a namespace
问题 I would like to reserve some worker nodes for a namespace. I see the notes of stackflow and medium How to assign a namespace to certain nodes? https://medium.com/@alejandro.ramirez.ch/reserving-a-kubernetes-node-for-specific-nodes-e75dc8297076 I understand we can use taint and nodeselector to achieve that. My question is if people get to know the details of nodeselector or taint, how can we prevent them to deploy pods into these dedicated worker nodes. thank you 回答1: To accomplish what you