From 320f29ff92deabcfe4db1a6b909617038b41bd7a Mon Sep 17 00:00:00 2001 From: Quentin MACHU Date: Mon, 17 Jul 2017 15:35:37 -0700 Subject: [PATCH] modules/tectonic/resources/manifests/heapster: remove threshold/estimator Ref: https://github.com/kubernetes/kubernetes/pull/46850 --- modules/tectonic/resources/manifests/heapster/deployment.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/tectonic/resources/manifests/heapster/deployment.yaml b/modules/tectonic/resources/manifests/heapster/deployment.yaml index 697b2d115a..6b72d9d3c9 100644 --- a/modules/tectonic/resources/manifests/heapster/deployment.yaml +++ b/modules/tectonic/resources/manifests/heapster/deployment.yaml @@ -39,11 +39,9 @@ spec: - --extra-cpu=0.5m - --memory=140Mi - --extra-memory=4Mi - - --threshold=5 - --deployment=heapster - --container=heapster - --poll-period=300000 - - --estimator=exponential env: - name: MY_POD_NAME valueFrom: