From 4a57d68da02705deedcd85608da92b51a004eed1 Mon Sep 17 00:00:00 2001 From: Shyam Jeedigunta Date: Wed, 9 Aug 2017 14:30:10 +0200 Subject: [PATCH] Reduce hollow-kubelet cpu request --- test/kubemark/resources/hollow-node_template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kubemark/resources/hollow-node_template.yaml b/test/kubemark/resources/hollow-node_template.yaml index 4ff70565d93..8bfe942c07b 100644 --- a/test/kubemark/resources/hollow-node_template.yaml +++ b/test/kubemark/resources/hollow-node_template.yaml @@ -60,7 +60,7 @@ spec: mountPath: /var/log resources: requests: - cpu: 50m + cpu: 40m memory: 100M securityContext: privileged: true