add toleration
This commit is contained in:
@@ -63,6 +63,10 @@ node-feature-discovery:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 20m
|
cpu: 20m
|
||||||
memory: 60Mi
|
memory: 60Mi
|
||||||
|
tolerations:
|
||||||
|
- key: node-role.kubernetes.io/control-plane
|
||||||
|
operator: Exists
|
||||||
|
effect: NoSchedule
|
||||||
topologyUpdater:
|
topologyUpdater:
|
||||||
enable: true
|
enable: true
|
||||||
createCRDs: true
|
createCRDs: true
|
||||||
|
Reference in New Issue
Block a user