Difference between revisions of "Kubernetes taints and tolerations"

From wikieduonline
Jump to navigation Jump to search
Line 13: Line 13:
 
  taints:
 
  taints:
 
     - key: [[eks.amazonaws.com/compute-type]]
 
     - key: [[eks.amazonaws.com/compute-type]]
       value: fargate
+
       value: [[fargate]]
 
       effect: NoSchedule
 
       effect: NoSchedule
  

Revision as of 20:09, 1 March 2023

Taints allow a node to repel a set of pods, in opposite to Node Affinity



Example

taints:
   - key: eks.amazonaws.com/compute-type
     value: fargate
     effect: NoSchedule

Activities

Related

See also

Advertising: