You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/markdown/features/configuration.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ If `False`, master will no longer help workers to process jobs. Default is `True
173
173
174
174
If `False`, master will not be created with an attached floating ip. Default is `True`.
175
175
176
-
#### gateway (optional)
176
+
#### gateway (optional: None)
177
177
In order to save valuable floating ips, BiBiGrid can also make use of a gateway to create the cluster.
178
178
For more information on how to set up a gateway, how gateways work and why they save floating ips please continue reading [here](https://cloud.denbi.de/wiki/Tutorials/SaveFloatingIPs/).
179
179
@@ -201,7 +201,7 @@ This also allows for external node schedulers by using the Slurm REST API to dec
201
201
202
202
### Local
203
203
204
-
#### waitForServices (optional):
204
+
#### waitForServices (optional: None):
205
205
206
206
Expects a list of services to wait for.
207
207
This is required if your provider has any post-launch services interfering with the package manager. If not set,
@@ -358,6 +358,14 @@ Exactly one in every configuration but the first:
0 commit comments