Skip to content

Commit

Permalink
Merge pull request #3459 from consideRatio/pr/disable-dirsize
Browse files Browse the repository at this point in the history
Disable dirsize reporter for four hubs its crash-looping in
  • Loading branch information
consideRatio authored Nov 27, 2023
2 parents 3bdeea2 + 84a2c7c commit 3556b59
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/clusters/gridsst/common.values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
basehub:
nfs:
# FIXME: Enable after https://github.com/yuvipanda/prometheus-dirsize-exporter/pull/7 is used
dirsizeReporter:
enabled: false
pv:
# from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html
mountOptions:
Expand Down
3 changes: 3 additions & 0 deletions config/clusters/nasa-ghg/common.values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
basehub:
nfs:
# FIXME: Enable after https://github.com/yuvipanda/prometheus-dirsize-exporter/pull/7 is used
dirsizeReporter:
enabled: false
pv:
# from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html
mountOptions:
Expand Down
3 changes: 3 additions & 0 deletions config/clusters/nasa-veda/common.values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
basehub:
nfs:
# FIXME: Enable after https://github.com/yuvipanda/prometheus-dirsize-exporter/pull/7 is used
dirsizeReporter:
enabled: false
pv:
# from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html
mountOptions:
Expand Down
3 changes: 3 additions & 0 deletions config/clusters/ubc-eoas/common.values.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
nfs:
# FIXME: Enable after https://github.com/yuvipanda/prometheus-dirsize-exporter/pull/7 is used
dirsizeReporter:
enabled: false
pv:
# from https://docs.aws.amazon.com/efs/latest/ug/mounting-fs-nfs-mount-settings.html
mountOptions:
Expand Down

0 comments on commit 3556b59

Please sign in to comment.