Skip to content

Commit 3ff70da

Browse files
author
Ben Moss
committed
Add node-role: master toleration to capd
1 parent 5f0a49e commit 3ff70da

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/infrastructure/docker/config/manager/manager.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ spec:
3838
securityContext:
3939
privileged: true
4040
terminationGracePeriodSeconds: 10
41+
tolerations:
42+
- effect: NoSchedule
43+
key: node-role.kubernetes.io/master
4144
volumes:
4245
- name: dockersock
4346
hostPath:

0 commit comments

Comments
 (0)