Helm chart stuck in starting state

Hi @Orkin,

actually, we might have found the issue.

Your dev cluster is running via Karpenter and there is a known issue with the way it manages Daemonsets (Fluentbit is deployed as a daemonset).

To ensure it is deployed properly on every node of your cluster, you should:

  1. deploy a custom priority class (see this guide)
  2. define the fluentbit chart should use

1 Like