From 9d435878e3127f3fe78c329eeeac3742c919c0b6 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 29 Apr 2024 17:40:58 +0200 Subject: [PATCH] 2i2c-aws-us: disable shared-volume-reporter Specifically this cluster with its many hubs runs out of available pods per node on its core nodes, forcing two core nodes instead of one to be used. That in turn increase costs for the communities on this cluster with tens of percent. Without these pods that reports metrics only used for a graphana dashboard to conclude 100% of disk space is available on EFS without a storage limit - we could together with other optimizations become able to get down to using a single core node. --- config/clusters/2i2c-aws-us/basehub-common.values.yaml | 2 ++ config/clusters/2i2c-aws-us/daskhub-common.values.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/config/clusters/2i2c-aws-us/basehub-common.values.yaml b/config/clusters/2i2c-aws-us/basehub-common.values.yaml index acdc2fa1ff..6f77d1efd6 100644 --- a/config/clusters/2i2c-aws-us/basehub-common.values.yaml +++ b/config/clusters/2i2c-aws-us/basehub-common.values.yaml @@ -1,5 +1,7 @@ nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html diff --git a/config/clusters/2i2c-aws-us/daskhub-common.values.yaml b/config/clusters/2i2c-aws-us/daskhub-common.values.yaml index 235875165e..082ff4c2d2 100644 --- a/config/clusters/2i2c-aws-us/daskhub-common.values.yaml +++ b/config/clusters/2i2c-aws-us/daskhub-common.values.yaml @@ -1,6 +1,8 @@ basehub: nfs: enabled: true + volumeReporter: + enabled: false pv: enabled: true # from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html