Skip to content

Commit b3326b5

Browse files
Ahmad, Sufianmboglesby
authored andcommitted
Fixed descriptions for allocation resource.
1 parent 7695956 commit b3326b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

netapp_dataops_k8s/netapp_dataops/netapp_dataops_k8s_cli.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@
212212
\t-b, --load-balancer\t\tOption to use a LoadBalancer instead of using NodePort service. If not specified, NodePort service will be utilized.
213213
\t-a, --register-with-astra\tRegister new workspace with Astra Control (requires Astra Control).
214214
\t-v, --mount-pvc\t\t\tOption 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.
215-
\t-r, --allocate-resource=\t\t\Option to specify custom resource allocations. If not specified, no custom resource will be allocated.
215+
\t-r, --allocate-resource=\t\t\Option to specify custom resource allocations, ex. 'nvidia.com/mig-1g.5gb=1'. If not specified, no custom resource will be allocated.
216216
217217
Examples:
218218
\tnetapp_dataops_k8s_cli.py create jupyterlab --workspace-name=mike --size=10Gi --nvidia-gpu=2
@@ -236,7 +236,7 @@
236236
\t-n, --namespace=\t\tKubernetes namespace to create new instance in. If not specified, instance will be created in namespace "default".
237237
\t-p, --cpu=\t\t\tNumber of CPUs to reserve for Triton instance. Format: '0.5', '1', etc. If not specified, no CPUs will be reserved.
238238
\t-b, --load-balancer\t\tOption to use a LoadBalancer instead of using NodePort service. If not specified, NodePort service will be utilized.
239-
\t-r, --allocate-resource\t\t\Option to specify custom resource allocations. If not specified, no custom resource will be allocated.
239+
\t-r, --allocate-resource\t\tOption to specify custom resource allocations, ex. 'nvidia.com/mig-1g.5gb=1'. If not specified, no custom resource will be allocated.
240240
241241
Examples:
242242
\tnetapp_dataops_k8s_cli.py create triton-server --server-name=Test --model-repo-pvc-name=model-pvc

0 commit comments

Comments
 (0)