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
|
#dnsPolicy: ClusterFirstWithHostNet
|
||||||
|
|
||||||
tolerations:
|
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
|
operator: Exists
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
|
Loading…
Reference in New Issue
Block a user