We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8ef80 commit c2e6ae4Copy full SHA for c2e6ae4
1 file changed
config/manager/manager.yaml
@@ -47,3 +47,8 @@ spec:
47
memory: 50Mi
48
serviceAccountName: controller-manager
49
terminationGracePeriodSeconds: 10
50
+ tolerations:
51
+ - effect: NoSchedule
52
+ key: node-role.kubernetes.io/master
53
54
+ key: node-role.kubernetes.io/control-plane
0 commit comments