E2E scripts cause unnecessary rolling restart of the operator by patching log level #2296
Labels
kind/machinery
Categorizes issue or PR as related to Makefile, scripts or similar changes.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
priority/important-soon
Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
The log level adjustment in the e2e func
scylla-operator/hack/.ci/lib/e2e.sh
Lines 215 to 218 in cc08f3e
causes an unnecessary rolling restart of the operator. It prevents us from giving operator guaranteed QoS in CI with resources >= half of what's available because PDB blocks the restart and everything gets stuck.
We should move this to CI scripts to avoid the rolling restart.
Perhaps together with #836.Edit: until we have managed SM it wouldn't simplify things too much, so this is unrelated./kind machinery
The text was updated successfully, but these errors were encountered: