From a409d419337e1875270f4924d05f121fa444a287 Mon Sep 17 00:00:00 2001 From: sukenshah Date: Mon, 25 Feb 2019 13:39:34 +1100 Subject: [PATCH] Removing the flannel daemonset requests and limits as its not ideal for production cluster. Please note that the canal daemonset doesn't set the requests and limits for flannel container. --- core/controlplane/config/templates/cloud-config-controller | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/controlplane/config/templates/cloud-config-controller b/core/controlplane/config/templates/cloud-config-controller index c4f8086ee..0b29e8dc3 100644 --- a/core/controlplane/config/templates/cloud-config-controller +++ b/core/controlplane/config/templates/cloud-config-controller @@ -1987,13 +1987,6 @@ write_files: args: - --ip-masq - --kube-subnet-mgr - resources: - requests: - cpu: "100m" - memory: "50Mi" - limits: - cpu: "100m" - memory: "50Mi" securityContext: privileged: true env: