Skip to content

Commit

Permalink
Increase Agent's mem limits in k8s (#27153)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrsMark authored Aug 2, 2021
1 parent 60e9e34 commit 86baaa3
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/elastic-agent-managed-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ spec:
runAsUser: 0
resources:
limits:
memory: 200Mi
memory: 500Mi
requests:
cpu: 100m
memory: 100Mi
memory: 200Mi
volumeMounts:
- name: proc
mountPath: /hostfs/proc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ spec:
runAsUser: 0
resources:
limits:
memory: 200Mi
memory: 500Mi
requests:
cpu: 100m
memory: 100Mi
memory: 200Mi
volumeMounts:
- name: proc
mountPath: /hostfs/proc
Expand Down
4 changes: 2 additions & 2 deletions deploy/kubernetes/elastic-agent-standalone-kubernetes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -491,10 +491,10 @@ spec:
runAsUser: 0
resources:
limits:
memory: 200Mi
memory: 500Mi
requests:
cpu: 100m
memory: 100Mi
memory: 200Mi
volumeMounts:
- name: datastreams
mountPath: /etc/agent.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ spec:
runAsUser: 0
resources:
limits:
memory: 200Mi
memory: 500Mi
requests:
cpu: 100m
memory: 100Mi
memory: 200Mi
volumeMounts:
- name: datastreams
mountPath: /etc/agent.yml
Expand Down
1 change: 1 addition & 0 deletions x-pack/elastic-agent/CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,5 @@
- Enable configuring monitoring namespace {issue}26439[26439]
- Communicate with Fleet Server over HTTP2. {pull}26474[26474]
- Support Node and Service autodiscovery in kubernetes dynamic provider. {pull}26801[26801]
- Increase Agent's mem limits in k8s. {pull}27153[27153]
- Add new --enroll-delay option for install and enroll commands. {pull}27118[27118]

0 comments on commit 86baaa3

Please sign in to comment.