[12:26:34] I have now finally deployed the all cluster change reserving system resources (https://phabricator.wikimedia.org/T277876) [12:28:23] If you want to take a look at the impact for your cluster, you may use something like: [12:28:24] kubectl get nodes -o=custom-columns=NAME:.metadata.name,CAP-CPU:.status.capacity.cpu,ALLOC-CPU:.status.allocatable.cpu,CAP-MEM:.status.capacity.memory,ALLOC-MEM:.status.allocatable.memory [12:29:02] (but you will be presented with the horror of memory being in millibytes ...) [14:21:28] thanks :) [18:39:40] In a patch for the flink-app chart we wondered about removing choice of what swift bucket (object storage) to write to, instead making the chart more opinionated. These are typically something like {{ .Release.Namespace }}-{{ .Environment.Name }}, but the environment name doesn't make it to the helm chart. Would it be sensible to add the environment name to the general-{{ [18:39:42] .Environment.Name }} files?