From: Krisztian Lengyel Date: Fri, 7 Jun 2019 10:55:29 +0000 (+0200) Subject: Make CPU reservations based on CPU allocation X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=commitdiff_plain;h=df3fea70cdc2661a7cfd5fbadcbc5a857b7c6413;hp=df3fea70cdc2661a7cfd5fbadcbc5a857b7c6413;p=ta%2Fcaas-kubernetes.git Make CPU reservations based on CPU allocation Kubelet CPU reservations set to configure proper node allocatable resources: - kube-reserved currently set to 0 - system-reserved is calculated by the following formula: system-reserved = total cpu count - kube-reserved count - default cpu pool Change-Id: Ibc937a533c881d55e2933c55eb3c208200c12a4f Signed-off-by: Krisztian Lengyel ---