ceph-csi/deploy/rbd/kubernetes
Humble Chirammal 76ddf8e306 deploy: introduce new log level for sidecar controllers
At present we have single log level configuration for all the containers
running for our CSI pods, which has been defaulted to log Level 5.
However this cause many logs to be spitted in a cluster and cause log
spamming to an extent. This commit introduce one more log level control
for CSI pods called sidecarLogLevel which defaults to log Level 1.

The sidecar controllers like snapshotter, resizer, attacher..etc has
been configured with this new log level and driver pods are with old
configruation value.

This allow us to have different configuration options for sidecar
constrollers and driver pods.

With this, we will also have a choice of different configuation setting
instead of locking onto one variable for the containers deployed via CSI driver.

To summarize the CSI containers maintained by Ceph CSI driver has log
level 5 and controllers/sidecars not maintained by Ceph CSI driver has
log level 1 configuration.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
2022-07-28 08:31:37 +00:00
..
csi-config-map.yaml build: remove unneeded empty YAML document from deployment artifacts 2021-10-15 16:08:59 +00:00
csi-nodeplugin-psp.yaml deploy: remove extra volumes from rbd plugin PSP 2021-09-22 07:12:34 +00:00
csi-nodeplugin-rbac.yaml rbd: create token and use it for vault SA 2022-06-17 11:37:59 +00:00
csi-provisioner-psp.yaml deploy: reduce the PSP permission for rbd deployment 2021-09-22 07:12:34 +00:00
csi-provisioner-rbac.yaml rbd: create token and use it for vault SA 2022-06-17 11:37:59 +00:00
csi-rbdplugin-provisioner.yaml deploy: introduce new log level for sidecar controllers 2022-07-28 08:31:37 +00:00
csi-rbdplugin.yaml deploy: introduce new log level for sidecar controllers 2022-07-28 08:31:37 +00:00
csidriver.yaml build: remove unneeded empty YAML document from deployment artifacts 2021-10-15 16:08:59 +00:00