Skip to content

Commit

Permalink
Add toleration to run kube-proxy on tainted gpu nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
lachie83 committed Jun 6, 2018
1 parent 2511e6f commit c9e6dc1
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ spec:
operator: Equal
value: "true"
effect: NoSchedule
- key: nvidia.com/gpu
operator: Equal
value: "true"
effect: NoSchedule
containers:
- command:
- "/hyperkube"
Expand Down

0 comments on commit c9e6dc1

Please sign in to comment.