From 1b0e32480cb5352020c2c3b86f2c9a33bef44f92 Mon Sep 17 00:00:00 2001 From: Mik Vyatskov Date: Mon, 14 Aug 2017 11:49:32 +0200 Subject: [PATCH] Increase kibana CPU limit to sped up the startup --- cluster/addons/fluentd-elasticsearch/kibana-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/addons/fluentd-elasticsearch/kibana-deployment.yaml b/cluster/addons/fluentd-elasticsearch/kibana-deployment.yaml index d3636d39814..4aabf38ae14 100644 --- a/cluster/addons/fluentd-elasticsearch/kibana-deployment.yaml +++ b/cluster/addons/fluentd-elasticsearch/kibana-deployment.yaml @@ -21,9 +21,9 @@ spec: - name: kibana-logging image: docker.elastic.co/kibana/kibana:5.5.1 resources: - # keep request = limit to keep this container in guaranteed class + # need more cpu upon initialization, therefore burstable class limits: - cpu: 100m + cpu: 1000m requests: cpu: 100m env: