Skip to content

Commit

Permalink
fix tolerationsWhitelist annotation example
Browse files Browse the repository at this point in the history
  • Loading branch information
danielkucera committed Jul 15, 2020
1 parent bf3d54d commit 74dbe5d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -707,7 +707,7 @@ metadata:
name: apps-that-need-nodes-exclusively
annotations:
scheduler.alpha.kubernetes.io/defaultTolerations: '[{"operator": "Exists", "effect": "NoSchedule", "key": "dedicated-node"}]'
scheduler.alpha.kubernetes.io/tolerationsWhitelist: '{"operator": "Exists", "effect": "NoSchedule", "key": "dedicated-node"}'
scheduler.alpha.kubernetes.io/tolerationsWhitelist: '[{"operator": "Exists", "effect": "NoSchedule", "key": "dedicated-node"}]'
```

### Priority {#priority}
Expand Down

0 comments on commit 74dbe5d

Please sign in to comment.