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
6a40093c
Commit
6a40093c
authored
Feb 22, 2017
by
Wojciech Tyczynski
Committed by
GitHub
Feb 22, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #41873 from wojtek-t/bump_kubeproxy_resources
Increase cpu for kubeproxy in kubemark in large clusters
parents
7eb7c2be
6d303d33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
start-kubemark.sh
test/kubemark/start-kubemark.sh
+1
-1
No files found.
test/kubemark/start-kubemark.sh
View file @
6a40093c
...
...
@@ -311,7 +311,7 @@ current-context: kubemark-context")
sed
"s/{{numreplicas}}/
${
NUM_NODES
:-
10
}
/g"
"
${
RESOURCE_DIRECTORY
}
/hollow-node_template.json"
>
"
${
RESOURCE_DIRECTORY
}
/hollow-node.json"
proxy_cpu
=
20
if
[
"
${
NUM_NODES
:-
10
}
"
-gt
1000
]
;
then
proxy_cpu
=
4
0
proxy_cpu
=
5
0
fi
proxy_mem_per_node
=
100
proxy_mem
=
$((
100
*
1024
+
${
proxy_mem_per_node
}
*
${
NUM_NODES
:-
10
}))
...
...
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