We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried enabling profiling but some pods are pending because they don't have a priorityClassName.
I am thinking something like:
alloy-profiles: priorityClassName: highPriority
The text was updated successfully, but these errors were encountered:
I'm not sure if I want to pre-set a priorityClassName because highPriority might not exist on the particular cluster.
priorityClassName
highPriority
It is already set-able in the Alloy chart: https://github.com/grafana/alloy/blob/main/operations/helm/charts/alloy/values.yaml#L217
Which means that anyone can set it by adding:
alloy-profiles: controller: priorityClassName: highPriority
I can add a note to the troubleshooting section that shows how to set this, if you think that'd be sufficient.
Sorry, something went wrong.
petewall
No branches or pull requests
I tried enabling profiling but some pods are pending because they don't have a priorityClassName.
I am thinking something like:
The text was updated successfully, but these errors were encountered: