Travis Campbell
Travis Campbell
would be interesting to see what happens with firewalld enabled, and indivudally running the `rpk redpanda tuner` enabling one at a time and seeing how startup fails. I bet it's...
We'll need to do something similar with the redpanda-console-config.yaml as we do with the redpanda.yaml for integrating overrides from ansible. So, a config template like https://github.com/redpanda-data/deployment-automation/blob/a5499a9a61c8fdd8ccd526cbd9c7abafe22d200f/ansible/roles/redpanda_broker/templates/redpanda.yml#L1 and config setup/merging like...
I don't think there's a way for us to null out something. We depend upon the existence of the key/value in the dict in order to send something to `config...
Thinking about this a bit more: since the `command` is exercised as a jinja2 template, we'd have to figure out how to get the `{{ item.value }}` to resolve to...
Looks like if node_exporter_version is undefined or `latest`, it will trigger the attempt to download the latest, so we should probably pin this to a particular version of `prometheus/node_exporter`. 1.5.0...
it'll happen if you repeatedly run ansible in a short period of time. I've hit it pretty frequently.
rate limits are low for non-logged in operations. rate limits may also be different if you're operating from within githubs infrastructure, or in relation to CI things. I don't know....
We should probably get this fixed sooner rather than later. Another thread where someone found it confusing. https://redpandacommunity.slack.com/archives/C01AJDUT88N/p1705983556876499
Not sure if it matters, there appears to be a few empty data source tags in the json that cause our json->jsonnet decompiler to choke, The original json looks valid,...
This should also make sure to use deriv() instead of rate() since redpanda_cpu_busy_seconds is (accidentally) a guage instead of acounter.