Description of problem: When you set logLevel in the etcd spec.LogLevel the operator does not make use of this value and doesn't set the log level for the etcd operand. Version-Release number of selected component (if applicable): 4.8 How reproducible: Every time. Steps to Reproduce: 1. Set logLevel field in the etcd CustomResource 2. log level for etcd operand does not change Actual results: Expected results: Additional info:
Verified with 4.8.0-0.nightly-2021-04-20-195442 Check the etcd cr, the default loglevel is 'Normal', and spec.loglevel in etcd pod is 'info' # oc edit etcd cluster Change loglevel to 'Debug', waiting for a couple of minutes, the etcd pods will restart, and verified the spec.loglevel change to 'Debug'
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438