Closed ffromani closed 4 months ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ffromani
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Thank you for the PR, Francesco.
I can see a couple of disadvantages with this approach.
1) An extra API call to get a config map. 2) Unability to chage verbosity per operand (this would cause a restart of all NTO operands, not just the ones we are interested in).
While the current way of turning on debugging for operands (TuneD) is not ideal, I believe we probably want something along the lines of what we already have:
recommend:
operand:
debug: true
and perhaps add something like:
recommend:
operand:
debug: true
verbosity: <number>
This might even enable us not to restart the operand/TuneD at all and thus have less impact on the cluster?
shouldn't we need to change the DaemonSet manifest anyway?
shouldn't we need to change the DaemonSet manifest anyway?
Why? Wouldn't we just pick up the verbosity from the profile, like we do for debugging? I haven't tried though, so perhaps there are some technical difficulties I'm not seeing.
ok, sounds fair to me. We'll see in a future PR then.
ok, sounds fair to me. We'll see in a future PR then.
Let me look into that or whoever gets there first...
Alternative approach: https://github.com/openshift/cluster-node-tuning-operator/pull/1114
WIP TBD