Skip to content

Commit c2e6ae4

Browse files
committed
Add tolerations to capc-controller-manager podspec
1 parent 5f8ef80 commit c2e6ae4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

config/manager/manager.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ spec:
4747
memory: 50Mi
4848
serviceAccountName: controller-manager
4949
terminationGracePeriodSeconds: 10
50+
tolerations:
51+
- effect: NoSchedule
52+
key: node-role.kubernetes.io/master
53+
- effect: NoSchedule
54+
key: node-role.kubernetes.io/control-plane

0 commit comments

Comments
 (0)