Skip to content

Commit

Permalink
added dontUploadCredentials documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Sep 12, 2024
1 parent cef8040 commit 5907903
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions documentation/markdown/features/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 5907903

Please sign in to comment.