-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Description
What is the issue?
The linker-viz helm chart has values for default tolerations and node affinities. But it looks like the prometheus deployment does not respect the affinity value. Other deployments in the chart reference it it via include like {{- with include "linkerd.affinity" $tree }}
, but this is completely absent from prometheus. The deployment does include the default node selector, but having a node affinity setting as well would be appreciated for the additional flexibility.
How can it be reproduced?
Install the linkerd-viz helm chart while setting the nodeAffinity
property in the prometheus section.
Logs, error output, etc
output of linkerd check -o short
Environment
Possible solution
No response
Additional context
No response
Would you like to work on fixing this bug?
None