You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A minimal HA setup consisting of 2 Pods of each role has the following https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/[resource requirements]:
13
13
14
-
// This is calculated using the following formula: sum(cpumin_druid) * 2 + sum(cpumin_hdfs) + sum(cpumin_zookeeper) + sum(cpumin_operators)
14
+
// We are not sure how these values were calculated in the first place, but we assume the are calculated like this:
15
+
// The sum of resources listed below + HDFS resources + ZK resources + some overhead (maybe for operators).
16
+
// The amount of resources for HDFS and ZK are taken from their individual documentation pages.
15
17
* `5100m` CPU request
16
-
// This is calculated using the following formula: sum(cpumax_druid) * 2 + sum(cpumax_hdfs) + sum(cpumax_zookeeper) + sum(cpumax_operators)
0 commit comments