Skip to content

Commit

Permalink
Add TI tolerations example (#5120)
Browse files Browse the repository at this point in the history
Co-authored-by: csuzhangxc <[email protected]>
  • Loading branch information
ti-chi-bot and csuzhangxc committed Jul 3, 2023
1 parent 379880f commit 829a0d4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/initialize/tidb-initializer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ spec:
# cpu: 100m
# memory: 50Mi
# timezone: "Asia/Shanghai"
## Tolerations are applied to TiDB Initializer Pod, allowing (but do not require) the pod to be scheduled onto nodes with matching taints.
## Ref: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
# tolerations:
# - effect: NoSchedule
# key: dedicated
# operator: Equal
# value: tidb

0 comments on commit 829a0d4

Please sign in to comment.