From 5907903145d547f697fdc9776067b9de107478e9 Mon Sep 17 00:00:00 2001 From: XaverStiensmeier Date: Thu, 12 Sep 2024 11:30:59 +0200 Subject: [PATCH] added dontUploadCredentials documentation --- documentation/markdown/features/configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/documentation/markdown/features/configuration.md b/documentation/markdown/features/configuration.md index 37a644a5..dbce821c 100644 --- a/documentation/markdown/features/configuration.md +++ b/documentation/markdown/features/configuration.md @@ -219,6 +219,14 @@ gateway: Using gateway also automatically sets [useMasterWithPublicIp](#usemasterwithpublicip-optional) to `False`. +#### dontUploadCredentials (optional:True) +Usually, BiBiGrid will upload your credentials to the cluster. This is necessary for on demand scheduling. +However, if all your nodes are permanent (i.e. not on demand), you do not need to upload your credentials. +In such cases you can set `dontUploadCredentials: True`. + +This also allows for external node schedulers by using the Slurm REST API to decide whether a new node should be started or not. +[SimpleVM](https://cloud.denbi.de/about/project-types/simplevm/) is scheduling that way. + ### Local #### waitForServices (optional):