Skip to content

Commit 60d03d2

Browse files
Ahmad, Sufianmboglesby
authored andcommitted
Fixed custom allocation descriptions.
1 parent b3326b5 commit 60d03d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

netapp_dataops_k8s/docs/workspace_management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ The following options/arguments are optional:
183183
-b, --load-balancer Option to choose a LoadBalancer service instead of using NodePort service. If not specified, NodePort service will be utilized.
184184
-a, --register-with-astra Register new workspace with Astra Control (requires Astra Control).
185185
-v, --mount-pvc Option to attach an additional existing PVC that can be mounted at a spefic path whithin the container. Format: -v/--mount-pvc=existing_pvc_name:mount_point. If not specified, no additional PVC will be attached.
186-
-r, --allocate-resource= Option to specify custom resource allocations. If not specified, no custom resources will be allocated.
186+
-r, --allocate-resource= Option to specify custom resource allocations, ex. 'nvidia.com/mig-1g.5gb=1'. If not specified, no custom resource will be allocated.
187187
```
188188
189189
##### Example Usage
@@ -644,7 +644,7 @@ def create_jupyter_lab(
644644
request_memory: str = None, # Amount of memory to reserve for JupyterLab workspace. Format: '1024Mi', '100Gi', '10Ti', etc. If not specified, no memory will be reserved.
645645
request_nvidia_gpu: str = None, # Number of NVIDIA GPUs to allocate to JupyterLab workspace. Format: '1', '4', etc. If not specified, no GPUs will be allocated.
646646
register_with_astra: bool = False, # Register new workspace with Astra Control (requires Astra Control).
647-
allocate_resource: str = None, # Option to specify custom resource allocations. If not specified, no custom resources will be specified.
647+
allocate_resource: str = None, # Option to specify custom resource allocations, ex. 'nvidia.com/mig-1g.5gb=1'. If not specified, no custom resource will be allocated.
648648
print_output: bool = False # Denotes whether or not to print messages to the console during execution.
649649
) -> str :
650650
```

0 commit comments

Comments
 (0)