kubernetes-retired / etcdadm

[EOL] etcdadm is a command-line tool for operating an etcd cluster
Apache License 2.0
765 stars 135 forks source link

etcd manager ETC_LOG_LEVEL env variable not working as expected #277

Closed bharathnoddy closed 2 years ago

bharathnoddy commented 2 years ago

we are using kops to deploy the k8s cluster and I want to restrict the logs generated by the etcd-managed to warning and above. As per the documentation we tried to set ETC_LOG_LEVEL=warn but the etcd-manager pods still log all info messages. etcd version : 3.4.13 kops version: 1.20.2

also raised a bug with kops Ref : https://github.com/kubernetes/kops/issues/13058