Skip to content

Commit

Permalink
Downgrade perf-dash to 2.32
Browse files Browse the repository at this point in the history
Version 2.33 requires more than 10GB of memory and we cannot bump the mem limit without kubernetes/k8s.io#1604
  • Loading branch information
mm4tt committed Apr 16, 2021
1 parent 5aee316 commit 7f0fa8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion perfdash/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ spec:
spec:
containers:
- name: perfdash
image: gcr.io/k8s-testimages/perfdash:2.33
# TODO: Bump to 2.33 and increase the memory limit once https://github.com/kubernetes/k8s.io/pull/1604 gets merged
image: gcr.io/k8s-testimages/perfdash:2.32
command:
- /perfdash
- --www=true
Expand Down

0 comments on commit 7f0fa8c

Please sign in to comment.