mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 15:05:27 +00:00
Fix etcd3 suite
This commit is contained in:
parent
96284dac3b
commit
7a9802d49f
@ -89,7 +89,7 @@ ENABLE_L7_LOADBALANCING="${KUBE_ENABLE_L7_LOADBALANCING:-glbc}"
|
|||||||
ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-influxdb}"
|
ENABLE_CLUSTER_MONITORING="${KUBE_ENABLE_CLUSTER_MONITORING:-influxdb}"
|
||||||
|
|
||||||
# Set etcd version (e.g. 3.0.4-migration.1) if you need non-default version.
|
# Set etcd version (e.g. 3.0.4-migration.1) if you need non-default version.
|
||||||
TEST_ETCD_VERSION=""
|
TEST_ETCD_VERSION="${TEST_ETCD_VERSION:-}"
|
||||||
|
|
||||||
# Default Log level for all components in test clusters and variables to override it in specific components.
|
# Default Log level for all components in test clusters and variables to override it in specific components.
|
||||||
TEST_CLUSTER_LOG_LEVEL="${TEST_CLUSTER_LOG_LEVEL:---v=4}"
|
TEST_CLUSTER_LOG_LEVEL="${TEST_CLUSTER_LOG_LEVEL:---v=4}"
|
||||||
|
Loading…
Reference in New Issue
Block a user