Update assign-pod-node.md (#4996)

The code highlight is unnecessary here.
This commit is contained in:
Stewart-YU
2017-08-18 04:43:18 +08:00
committed by Steve Perry
parent fd1704e2c9
commit 8d28bc2d73
@@ -338,7 +338,7 @@ tolerations:
effect: "NoSchedule"
```
A toleration "matches" a taint if the `key`s are the same and the `effect`s are the same, and:
A toleration "matches" a taint if the keys are the same and the effects are the same, and:
* the `operator` is `Exists` (in which case no `value` should be specified), or
* the `operator` is `Equal` and the `value`s are equal