- Apply the label "hw=max" on one of the nodes in your cluster
- Create and run a Pod called
some-pod
with the imageredis
and configure it to use the selectorhw=max
- Explain why node selectors might be limited
Click here to view the solution
some-pod
with the image redis
and configure it to use the selector hw=max
Click here to view the solution