Closed gkalwig closed 1 year ago
Running into this same issue on AWS hosted EKS clusters that limit number of pods per worker node. Having this priorityClassName in the helm chart would get around this issue.
@gkalwig, thank you for the contribution!
@gkalwig, also ran into this issue with pyroscope-ebpf.. PR here: https://github.com/pyroscope-io/helm-chart/pull/107
By setting priorityClassName on a DaemonSet, you can assign a higher priority to the Pods managed by the DaemonSet, which ensures that they receive preferential treatment in resource allocation and scheduling. This can be especially important for critical system-level services that need to be highly available and responsive.