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: netapp_dataops_k8s/docs/workspace_management.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ The following options/arguments are optional:
183
183
-b, --load-balancer Option to choose a LoadBalancer service instead of using NodePort service. If not specified, NodePort service will be utilized.
184
184
-a, --register-with-astra Register new workspace with Astra Control (requires Astra Control).
185
185
-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.
187
187
```
188
188
189
189
##### Example Usage
@@ -644,7 +644,7 @@ def create_jupyter_lab(
644
644
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.
645
645
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.
646
646
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.
648
648
print_output: bool = False # Denotes whether or not to print messages to the console during execution.
0 commit comments