Fix: ensure fluent-bit doesnt start before cilium
This commit is contained in:
parent
b284127116
commit
45dfe7726c
@ -240,7 +240,14 @@ fluent-bit:
|
||||
#dnsPolicy: ClusterFirstWithHostNet
|
||||
|
||||
tolerations:
|
||||
- effect: NoSchedule
|
||||
- key: kubezero-workergroup
|
||||
effect: NoSchedule
|
||||
operator: Exists
|
||||
- key: nvidia.com/gpu
|
||||
effect: NoSchedule
|
||||
operator: Exists
|
||||
- key: aws.amazon.com/neuron
|
||||
effect: NoSchedule
|
||||
operator: Exists
|
||||
|
||||
resources:
|
||||
|
Loading…
Reference in New Issue
Block a user