mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-11-24 13:49:27 +00:00
Remove explicit limits from manifest files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user