Skip to content

Commit 4356697

Browse files
Merge pull request #150 from dhruvmewada15/rke2-toleration
Added 'control-plane' toleration to support RKE2
2 parents c424af4 + f758172 commit 4356697

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pkg/securityscan/core/templates/pluginConfig.template

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,15 @@ data:
1919
- effect: NoSchedule
2020
key: node-role.kubernetes.io/controlplane
2121
operator: Exists
22+
- effect: NoSchedule
23+
key: node-role.kubernetes.io/control-plane
24+
operator: Exists
2225
- effect: NoExecute
2326
key: node-role.kubernetes.io/etcd
2427
operator: Exists
2528
- effect: NoExecute
2629
key: CriticalAddonsOnly
27-
operator: Exists
30+
operator: Exists
2831
volumes:
2932
- hostPath:
3033
path: /

0 commit comments

Comments
 (0)