Skip to content

Commit 3be5546

Browse files
authored
feat(agent): add tolerations for rke2 master nodes (#1539)
1 parent 8cda1ad commit 3be5546

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ sources:
3030
- https://app.sysdigcloud.com/#/settings/user
3131
- https://github.com/draios/sysdig
3232
type: application
33-
version: 1.18.3
33+
version: 1.18.4

charts/agent/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,10 @@ tolerations:
279279
key: node-role.kubernetes.io/etcd
280280
operator: Equal
281281
value: "true"
282+
- effect: NoExecute
283+
key: CriticalAddonsOnly
284+
operator: Equal
285+
value: "true"
282286
leaderelection:
283287
enable: false
284288
localForwarder:

0 commit comments

Comments
 (0)