From 118c884c76699aa2f133cc88018fa546e865390b Mon Sep 17 00:00:00 2001 From: Flora Thiebaut Date: Fri, 22 Aug 2025 13:41:46 +0200 Subject: [PATCH 1/3] feat: support remote sessions on HPC clusters See also: https://github.com/SwissDataScienceCenter/amalthea/pull/984 _Feature branch_ From e51c5056515ba44bb5bd53f20859b03b2cd2a555 Mon Sep 17 00:00:00 2001 From: Flora Thiebaut Date: Fri, 22 Aug 2025 13:44:07 +0200 Subject: [PATCH 2/3] exp: use a dev name for sessions --- helm-chart/renku/templates/data-service/rbac.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/renku/templates/data-service/rbac.yaml b/helm-chart/renku/templates/data-service/rbac.yaml index 157154f9e0..0c65b86654 100644 --- a/helm-chart/renku/templates/data-service/rbac.yaml +++ b/helm-chart/renku/templates/data-service/rbac.yaml @@ -73,7 +73,7 @@ rules: - apiGroups: - amalthea.dev resources: - - amaltheasessions + - hpcamaltheasessions verbs: - create - update From 15a40e140e2b7e87565c9fad66a87e960fb9535b Mon Sep 17 00:00:00 2001 From: Flora Thiebaut Date: Fri, 22 Aug 2025 13:49:02 +0200 Subject: [PATCH 3/3] oopsie --- helm-chart/renku/templates/data-service/rbac_k8s_watcher.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/renku/templates/data-service/rbac_k8s_watcher.yaml b/helm-chart/renku/templates/data-service/rbac_k8s_watcher.yaml index 2de7f13cd6..2eeb57f577 100644 --- a/helm-chart/renku/templates/data-service/rbac_k8s_watcher.yaml +++ b/helm-chart/renku/templates/data-service/rbac_k8s_watcher.yaml @@ -26,7 +26,7 @@ rules: - apiGroups: - amalthea.dev resources: - - amaltheasessions + - hpcamaltheasessions verbs: - create - update