Skip to content

Commit

Permalink
tke-event-collector add tolerations
Browse files Browse the repository at this point in the history
  • Loading branch information
coderwangke committed Nov 19, 2024
1 parent 30a2ef9 commit 779e655
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions incubator/tke-event-collector/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ spec:
values:
- eklet
serviceAccountName: tke-event-collector
tolerations:
- effect: NoSchedule
key: eks.tke.cloud.tencent.com/eklet
operator: Exists
containers:
- command:
- kube-event-collector
Expand Down

0 comments on commit 779e655

Please sign in to comment.