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
-
* `4700m` CPU request
15
-
* `13800m` CPU limit
14
+
// This is calculated using the following formula: sum(cpumin_druid) * 2 + sum(cpumin_hdfs) + sum(cpumin_zookeeper) + sum(cpumin_operators)
15
+
* `5100m` CPU request
16
+
// This is calculated using the following formula: sum(cpumax_druid) * 2 + sum(cpumax_hdfs) + sum(cpumax_zookeeper) + sum(cpumax_operators)
17
+
* `15600m` CPU limit
16
18
* `12144Mi` memory request and limit
17
19
18
20
Of course, additional services require additional resources.
0 commit comments