Skip to content

updated the memory resource for tekton resources to prevent OOMKills #6436

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -961,10 +961,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 6Gi
memory: 8Gi
requests:
cpu: 250m
memory: 6Gi
memory: 8Gi
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
Expand Down Expand Up @@ -1778,10 +1778,10 @@ spec:
- name: controller
resources:
limits:
memory: 8Gi
memory: 10Gi
requests:
cpu: "500m"
memory: 8Gi
memory: 10Gi
tekton-pipelines-controller:
spec:
template:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1391,10 +1391,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 6Gi
memory: 8Gi
requests:
cpu: 250m
memory: 6Gi
memory: 8Gi
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
Expand Down Expand Up @@ -2416,10 +2416,10 @@ spec:
- name: controller
resources:
limits:
memory: 8Gi
memory: 10Gi
requests:
cpu: 500m
memory: 8Gi
memory: 10Gi
performance:
buckets: 8
disable-ha: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1422,10 +1422,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 6Gi
memory: 8Gi
requests:
cpu: 250m
memory: 6Gi
memory: 8Gi
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
Expand Down Expand Up @@ -2447,10 +2447,10 @@ spec:
- name: controller
resources:
limits:
memory: 8Gi
memory: 10Gi
requests:
cpu: 500m
memory: 8Gi
memory: 10Gi
performance:
buckets: 8
disable-ha: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1422,10 +1422,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 6Gi
memory: 8Gi
requests:
cpu: 250m
memory: 6Gi
memory: 8Gi
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
Expand Down Expand Up @@ -2447,10 +2447,10 @@ spec:
- name: controller
resources:
limits:
memory: 8Gi
memory: 10Gi
requests:
cpu: 500m
memory: 8Gi
memory: 10Gi
performance:
buckets: 8
disable-ha: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1391,10 +1391,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 6Gi
memory: 8Gi
requests:
cpu: 250m
memory: 6Gi
memory: 8Gi
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
Expand Down Expand Up @@ -2416,10 +2416,10 @@ spec:
- name: controller
resources:
limits:
memory: 8Gi
memory: 10Gi
requests:
cpu: 500m
memory: 8Gi
memory: 10Gi
performance:
buckets: 8
disable-ha: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1391,10 +1391,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 6Gi
memory: 8Gi
requests:
cpu: 250m
memory: 6Gi
memory: 8Gi
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
Expand Down Expand Up @@ -2416,10 +2416,10 @@ spec:
- name: controller
resources:
limits:
memory: 8Gi
memory: 10Gi
requests:
cpu: 500m
memory: 8Gi
memory: 10Gi
performance:
buckets: 8
disable-ha: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1391,10 +1391,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 6Gi
memory: 8Gi
requests:
cpu: 250m
memory: 6Gi
memory: 8Gi
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
Expand Down Expand Up @@ -2416,10 +2416,10 @@ spec:
- name: controller
resources:
limits:
memory: 8Gi
memory: 10Gi
requests:
cpu: 500m
memory: 8Gi
memory: 10Gi
performance:
buckets: 8
disable-ha: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1391,10 +1391,10 @@ spec:
resources:
limits:
cpu: 500m
memory: 6Gi
memory: 8Gi
requests:
cpu: 250m
memory: 6Gi
memory: 8Gi
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
Expand Down Expand Up @@ -2416,10 +2416,10 @@ spec:
- name: controller
resources:
limits:
memory: 8Gi
memory: 10Gi
requests:
cpu: 500m
memory: 8Gi
memory: 10Gi
performance:
buckets: 8
disable-ha: false
Expand Down