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
You can use `kubectl get dynamoGraphDeployment -n ${NAMESPACE}` to view your deployment.
122
-
You can use `kubectl delete dynamoGraphDeployment <your-dep-name> -n ${NAMESPACE}` to delete the deployment.
123
-
124
-
We provide a Custom Resource YAML file for many examples under the `deploy/` folder.
125
-
Use [VLLM YAML](../../components/backends/vllm/deploy/agg.yaml) for an example.
126
-
127
-
**Note 1** Example Image
128
-
129
-
The examples use a prebuilt image from the `nvcr.io` registry.
130
-
You can utilize public images from [Dynamo NGC](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/ai-dynamo/collections/ai-dynamo) or build your own image and update the image location in your CR file prior to applying. Either way, you will need to overwrite the image in the example YAML.
0 commit comments