Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 435 Bytes

File metadata and controls

13 lines (9 loc) · 435 Bytes

Taints 101

Objectives

  1. Check if one of the nodes in the cluster has taints (doesn't matter which node)
  2. Create a taint on one of the nodes in your cluster with key of "app" and value of "web" and effect of "NoSchedule"
    1. Explain what it does exactly
    2. Verify it was applied
  3. Run a Pod that will be able to run on the node on which you applied the taint

Solution

Click here to view the solution.