Skip to content

Commit

Permalink
Merge pull request #289 from grycap/dev-slangarita
Browse files Browse the repository at this point in the history
update fdl documentation
  • Loading branch information
SergioLangaritaBenitez authored Feb 4, 2025
2 parents 4eb9765 + 3fc693c commit ce394a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/fdl.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ functions:
cpu: '1.0'
image: grycap/oscar-theano-plants
script: plants.sh
isolation_level: USER
allowed_users:
- "62bb11b40398f7.......926@egi.eu"
- "5e14d33ac4abc9.......463@egi.eu"
input:
- storage_provider: minio.default
path: example-workflow/in
Expand Down Expand Up @@ -110,6 +114,7 @@ storage_providers:
| `annotations` </br> *map[string]string* | User-defined Kubernetes [annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) to be set in job's definition. Optional |
| `labels` </br> *map[string]string* | User-defined Kubernetes [labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) to be set in job's definition. Optional |
| `interlink_node_name` </br> *string* | Name of the virtual kubelet node (if you are using InterLink nodes) Optional
| `isolation_level` </br> *string* | Select the isolation level of the MinIO buckets: `SERVICE` or `USER` (`SERVICE` by default) Optional

## SynchronousSettings

Expand Down

0 comments on commit ce394a1

Please sign in to comment.