Unverified Commit 06e6ff6d authored by Keiven C's avatar Keiven C Committed by GitHub
Browse files

fix: correct the doc to point to pre-deployment/ path (#5093)


Co-authored-by: default avatarKeiven Chang <keivenchang@users.noreply.github.com>
parent ef97e083
......@@ -121,10 +121,10 @@ export RELEASE_VERSION=0.x.x # any version of Dynamo 0.3.2+ listed at https://gi
Before proceeding, run the pre-deployment check script to verify your cluster meets all requirements:
```bash
./deploy/cloud/pre-deployment/pre-deployment-check.sh
./deploy/pre-deployment/pre-deployment-check.sh
```
This script validates kubectl connectivity, default StorageClass configuration, and GPU node availability. See [Pre-Deployment Checks](../../deploy/cloud/pre-deployment/README.md) for details.
This script validates kubectl connectivity, default StorageClass configuration, and GPU node availability. See [Pre-Deployment Checks](../../deploy/pre-deployment/README.md) for details.
> **No cluster?** See [Minikube Setup](deployment/minikube.md) for local development.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment