@@ -58,12 +58,12 @@ Flux's interactions with the rabbits.
5858
5959**mapping ** (string)
6060 (required) Path to rabbitmapping file for the cluster, as generated by
61- `flux rabbitmapping `.
61+ `` flux rabbitmapping ` `.
6262
6363**kubeconfig ** (string)
6464 (optional) Path to kubeconfig file for Flux to use, ideally with restricted permissions.
65- This can be left undefined if the file is placed at the path `~flux/.kube/config `
66- (assuming the `flux ` user is the instance owner).
65+ This can be left undefined if the file is placed at the path `` ~flux/.kube/config ` `
66+ (assuming the `` flux ` ` user is the instance owner).
6767
6868**tc_timeout ** (integer)
6969 (optonal) Time in seconds to tolerate a workflow stuck in TransientCondition state
@@ -74,21 +74,21 @@ Flux's interactions with the rabbits.
7474 with their rabbit. Defaults to true.
7575
7676**save_datamovements ** (integer)
77- (optional) Number of `nnfdatamovement ` resources to save to jobs' KVS, may be useful for
77+ (optional) Number of `` nnfdatamovement ` ` resources to save to jobs' KVS, may be useful for
7878 debugging but too many may degrade performance. Defaults to 0.
7979
8080**restrict_persistent_creation ** (boolean)
8181 (optional) Restrict the creation of persistent file systems to the instance owner
82- (in most cases the `flux ` user).
82+ (in most cases the `` flux ` ` user).
8383
8484**policy.maximums ** (table)
8585 (optional) The maximum filesystem capacity per node, in GiB, that users may
8686 request. Leave undefined for no limit. See below for an example.
8787
8888**presets ** (table)
8989 (optional) Defines preset #DW strings. May potentially save users time and energy,
90- allowing them to run, for instance, `flux alloc -N1 -S dw=NAME ` rather than
91- `flux alloc -N1 -S "dw=#DW jobdw ..." ` See below for an example.
90+ allowing them to run, for instance, `` flux alloc -N1 -S dw=NAME ` ` rather than
91+ `` flux alloc -N1 -S "dw=#DW jobdw ..." ` ` See below for an example.
9292
9393
9494Example
0 commit comments