[stress testing] Prefix init container names with "init-" #1903
Labels
Central-EngSys
This issue is owned by the Engineering System team.
pillar-reliability
The issue is related to reliability, one of our core engineering pillars. (includes stress testing)
Stress
This issue is related to stress testing, part of our reliability pillar.
The stress test dashboard queries are being built out and it is cumbersome to exclude init containers from certain queries (like container logs and chaos events). Rather than keeping a hardcoded list of known init containers, we should have a convention of every init container having a name prefix of "init-". We could do this with other metadata but it makes the queries more complicated so I think name is best.
<container name field> startswith "init"
instead.The text was updated successfully, but these errors were encountered: