How to assign kubernetes master components to a specific node pool?

3/13/2018

For my own deployments I can use node selectors to make them run on a specific node pool. I want to do the same thing for kubernetes master pods.

(Motivation: I upgraded the kubernetes cluster today causing the aforementioned pods to be moved to some random node pool which I want to prevent from happening again in the future.)

-- ben
kubernetes

0 Answers