Commit b7fef610 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #35888 from wojtek-t/fix_kubemark_quota_bytes

Automatic merge from submit-queue Fix conflict in kubemark
parents e4b41dd2 42d8a132
......@@ -76,8 +76,8 @@ function mount-master-pd() {
mount-master-pd
ETCD_QUOTA_BYTES=
if [ "${TEST_ETCD_VERSION:0:2}" == "3." ]; then
ETCD_QUOTA_BYTES=""
if [ "${KUBEMARK_ETCD_VERSION:0:2}" == "3." ]; then
# TODO: Set larger quota to see if that helps with
# 'mvcc: database space exceeded' errors. If so, pipe
# though our setup scripts.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment