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
If users are trying to diagnose a problem that only affects a specific node, they may want to only deploy Periscope to that node, particularly in a resource constrained cluster.
This was prompted by discussion in #219, which contains a couple of implementation suggestions:
replicaset with podAffinity
daemonset with nodeSelector
It's hard to assess demand for such a feature, but it at least seems feasible.
One question is how users would specify the nodes to run on, or whether it should be inferred from other configuration as suggested in a comment.
Right now I feel hesitant to add further environment variables for configuration, see #224 which might make sense to address first.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If users are trying to diagnose a problem that only affects a specific node, they may want to only deploy Periscope to that node, particularly in a resource constrained cluster.
This was prompted by discussion in #219, which contains a couple of implementation suggestions:
replicaset
withpodAffinity
daemonset
withnodeSelector
It's hard to assess demand for such a feature, but it at least seems feasible.
One question is how users would specify the nodes to run on, or whether it should be inferred from other configuration as suggested in a comment.
Right now I feel hesitant to add further environment variables for configuration, see #224 which might make sense to address first.
Beta Was this translation helpful? Give feedback.
All reactions