You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is missing?
Default or empty keys for tolerations and affinity in the helm chart's values.yaml. Currently, it is very difficult to guess at where to place the above keys for each given service. It would be extremely valuable to add default keys such as tolerations: [] and affinity: {} to each service where they are configurable in the values.yaml.
Why do we need it?
Especially with stateful services it can be valuable to dedicate a cluster node to the resource. ie: I want the tobs timescale instance to be on a dedicated node. Right now figuring out where to add the aforementioned configurations is very difficult and not obvious.
Anything else we need to know?:
The text was updated successfully, but these errors were encountered:
What is missing?
Default or empty keys for
tolerations
andaffinity
in the helm chart'svalues.yaml
. Currently, it is very difficult to guess at where to place the above keys for each given service. It would be extremely valuable to add default keys such astolerations: []
andaffinity: {}
to each service where they are configurable in thevalues.yaml
.Why do we need it?
Especially with stateful services it can be valuable to dedicate a cluster node to the resource. ie: I want the tobs timescale instance to be on a dedicated node. Right now figuring out where to add the aforementioned configurations is very difficult and not obvious.
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: