Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
2f756e4e
Commit
2f756e4e
authored
Oct 28, 2016
by
Wojciech Tyczynski
Committed by
GitHub
Oct 28, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #35766 from wojtek-t/backend_quota_bytes_kubemark
Increase backend-quota-bytes in kubemark
parents
14495fed
137d2398
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
start-kubemark-master.sh
test/kubemark/start-kubemark-master.sh
+9
-1
No files found.
test/kubemark/start-kubemark-master.sh
View file @
2f756e4e
...
@@ -76,6 +76,14 @@ function mount-master-pd() {
...
@@ -76,6 +76,14 @@ function mount-master-pd() {
mount-master-pd
mount-master-pd
ETCD_QUOTA_BYTES
=
if
[
"
${
TEST_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.
ETCD_QUOTA_BYTES
=
"--backend-quota-bytes=4294967296 "
fi
if
[
"
${
EVENT_STORE_IP
}
"
==
"127.0.0.1"
]
;
then
if
[
"
${
EVENT_STORE_IP
}
"
==
"127.0.0.1"
]
;
then
# Retry starting etcd to avoid pulling image errors.
# Retry starting etcd to avoid pulling image errors.
retry
sudo
docker run
--net
=
host
\
retry
sudo
docker run
--net
=
host
\
...
@@ -84,7 +92,7 @@ if [ "${EVENT_STORE_IP}" == "127.0.0.1" ]; then
...
@@ -84,7 +92,7 @@ if [ "${EVENT_STORE_IP}" == "127.0.0.1" ]; then
--listen-peer-urls http://127.0.0.1:2381
\
--listen-peer-urls http://127.0.0.1:2381
\
--advertise-client-urls=http://127.0.0.1:4002
\
--advertise-client-urls=http://127.0.0.1:4002
\
--listen-client-urls=http://0.0.0.0:4002
\
--listen-client-urls=http://0.0.0.0:4002
\
--data-dir=/var/etcd/data 1>> /var/log/etcd-events.log 2>&1"
--data-dir=/var/etcd/data
${
ETCD_QUOTA_BYTES
}
1>> /var/log/etcd-events.log 2>&1"
fi
fi
# Retry starting etcd to avoid pulling image errors.
# Retry starting etcd to avoid pulling image errors.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment