Skip to content

Commit

Permalink
Added parameter enable_sgx to FDL documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
catttam committed Nov 16, 2023
1 parent af3f806 commit 632c86f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/fdl.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ storage_providers:
| `memory` </br> *string* | Memory limit for the service following the [kubernetes format](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#meaning-of-memory). Optional (default: 256Mi) |
| `cpu` </br> *string* | CPU limit for the service following the [kubernetes format](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#meaning-of-cpu). Optional (default: 0.2) |
| `enable_gpu` </br> *bool* | Parameter to enable the use of GPU for the service. Requires a device plugin deployed on the cluster (More info: [Kubernetes device plugins](https://kubernetes.io/docs/tasks/manage-gpus/scheduling-gpus/#using-device-plugins)). Optional (default: false) |
| `enable_sgx` </br> *bool* | Parameter to enable the use of SGX plugin on the cluster containers. (More info: [SGX plugin documentation](https://sconedocs.github.io/helm_sgxdevplugin/)). Optional (default: false) |
| `image_prefetch` </br> *bool* | Parameter to enable the use of image caching. Optional (default: false) |
| `total_memory` </br> *string* | Limit for the memory used by all the service's jobs running simultaneously. Apache YuniKorn scheduler is required to work. Same format as Memory, but internally translated to MB (integer). Optional (default: "") |
| `total_cpu` </br> *string* | Limit for the virtual CPUs used by all the service's jobs running simultaneously. Apache YuniKorn scheduler is required to work. Same format as CPU, but internally translated to millicores (integer). Optional (default: "") |
Expand Down

0 comments on commit 632c86f

Please sign in to comment.