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
c304fa1f
Commit
c304fa1f
authored
Sep 09, 2016
by
gmarek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove explicit limits from manifest files
parent
ff9e1daf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
11 deletions
+4
-11
cluster-autoscaler.manifest
...tbase/salt/cluster-autoscaler/cluster-autoscaler.manifest
+1
-4
glbc.manifest
cluster/saltbase/salt/l7-gcp/glbc.manifest
+2
-4
rescheduler.manifest
cluster/saltbase/salt/rescheduler/rescheduler.manifest
+1
-3
No files found.
cluster/saltbase/salt/cluster-autoscaler/cluster-autoscaler.manifest
View file @
c304fa1f
...
...
@@ -31,11 +31,8 @@
"-c",
"./cluster-autoscaler --kubernetes=http://127.0.0.1:8080?inClusterConfig=f --v=4 {{params}} 1>>/var/log/cluster-autoscaler.log 2>&1"
],
# TODO: Make resource requirements depend on the size of the cluster
"resources": {
"limits": {
"cpu": "100m",
"memory": "300Mi"
},
"requests": {
"cpu": "20m",
"memory": "300Mi"
...
...
cluster/saltbase/salt/l7-gcp/glbc.manifest
View file @
c304fa1f
...
...
@@ -33,11 +33,9 @@ spec:
name: logfile
readOnly: false
resources:
# Request
and limits are
set to accomodate this pod alongside the other
# Request
is
set to accomodate this pod alongside the other
# master components on a single core master.
limits:
cpu: 100m
memory: 100Mi
# TODO: Make resource requirements depend on the size of the cluster
requests:
cpu: 10m
memory: 50Mi
...
...
cluster/saltbase/salt/rescheduler/rescheduler.manifest
View file @
c304fa1f
...
...
@@ -17,10 +17,8 @@ spec:
- mountPath: /var/log/rescheduler.log
name: logfile
readOnly: false
# TODO: Make resource requirements depend on the size of the cluster
resources:
limits:
cpu: 100m
memory: 300Mi
requests:
cpu: 10m
memory: 100Mi
...
...
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