mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 23:57:49 +00:00
Merge pull request #109061 from dims/turn-down-log-level-for-etcd
Turn down log level for etcd
This commit is contained in:
commit
da9d812fd0
@ -22,7 +22,7 @@ ETCD_PORT=${ETCD_PORT:-2379}
|
|||||||
# This is intentionally not called ETCD_LOG_LEVEL:
|
# This is intentionally not called ETCD_LOG_LEVEL:
|
||||||
# etcd checks that and compains when it is set in addition
|
# etcd checks that and compains when it is set in addition
|
||||||
# to the command line argument, even when both have the same value.
|
# to the command line argument, even when both have the same value.
|
||||||
ETCD_LOGLEVEL=${ETCD_LOGLEVEL:-debug}
|
ETCD_LOGLEVEL=${ETCD_LOGLEVEL:-warn}
|
||||||
export KUBE_INTEGRATION_ETCD_URL="http://${ETCD_HOST}:${ETCD_PORT}"
|
export KUBE_INTEGRATION_ETCD_URL="http://${ETCD_HOST}:${ETCD_PORT}"
|
||||||
|
|
||||||
kube::etcd::validate() {
|
kube::etcd::validate() {
|
||||||
|
Loading…
Reference in New Issue
Block a user