You've already forked devops-exercises
316 B
316 B
Node Selectors
Objectives
- Apply the label "hw=max" on one of the nodes in your cluster
- Create and run a Pod called
some-podwith the imageredisand configure it to use the selectorhw=max - Explain why node selectors might be limited
Solution
Click here to view the solution