From e8608f14c545cfcf0a3216935d73756bdba4b86c Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Fri, 17 Nov 2023 11:17:24 +0530 Subject: [PATCH] cosmicds: Fix logs not being generated Turns out us unconditionally setting `jupyterhub-singleuser` as `cmd` prevents repo2docker's automatic log generation from working! Ref https://github.com/2i2c-org/infrastructure/issues/3109 --- config/clusters/2i2c-aws-us/cosmicds.values.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/clusters/2i2c-aws-us/cosmicds.values.yaml b/config/clusters/2i2c-aws-us/cosmicds.values.yaml index ccd4d1b67f..b43d701301 100644 --- a/config/clusters/2i2c-aws-us/cosmicds.values.yaml +++ b/config/clusters/2i2c-aws-us/cosmicds.values.yaml @@ -37,6 +37,9 @@ jupyterhub: name: Cosmic DS, Harvard url: https://www.cosmicds.cfa.harvard.edu/ singleuser: + # Unset cmd so repo2docker-entrypoint gets used, and logs actually work + # Ref https://github.com/2i2c-org/infrastructure/issues/3109 + cmd: null # No persistent storage should be kept to reduce any potential data # retention & privacy issues. # Ref https://github.com/2i2c-org/infrastructure/issues/2128#issuecomment-1635107926