Skip to content

Updated link to diagnostics tool #1468

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/admin/runai-setup/cluster-setup/cluster-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To run the preinstall diagnostics tool, [download](https://runai.jfrog.io/ui/nat
```


For more information see [preinstall diagnostics](https://github.com/run-ai/preinstall-diagnostics).
For more information see [preinstall diagnostics](https://github.com/run-ai/preinstall-diagnostics){target=_blank}.

### Helm

Expand Down
4 changes: 2 additions & 2 deletions docs/admin/runai-setup/self-hosted/k8s/preparations.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ As part of the installation, you will be required to install the [Run:ai Control

## Validate Prerequisites

Once you believe that the Run:ai prerequisites and preperations are met, we highly recommend installing and running the Run:ai [pre-install diagnostics script](https://github.com/run-ai/preinstall-diagnostics){target=_blank}. The tool:
Once you believe that the Run:ai prerequisites and preperations are met, we highly recommend installing and running the Run:ai [pre-install diagnostics script](https://runai.jfrog.io/ui/native/pd-cli-prod/preinstall-diagnostics-cli/){target=_blank}. The tool:

* Tests the below requirements as well as additional failure points related to Kubernetes, NVIDIA, storage, and networking.
* Looks at additional components installed and analyze their relevance to a successful Run:ai installation.

To use the script [download](https://github.com/run-ai/preinstall-diagnostics/releases){target=_blank} the latest version of the script and run:
To use the script [download](https://runai.jfrog.io/ui/native/pd-cli-prod/preinstall-diagnostics-cli/){target=_blank} the latest version of the script and run:

```
chmod +x preinstall-diagnostics-<platform>
Expand Down
4 changes: 2 additions & 2 deletions docs/admin/runai-setup/self-hosted/ocp/preparations.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ As part of the installation, you will be required to install the [Control plane]

## Validate prerequisites

Once you believe that the Run:ai prerequisites and preperations are met, we highly recommend installing and running the Run:ai [pre-install diagnostics script](https://github.com/run-ai/preinstall-diagnostics){target=_blank}. The tool:
Once you believe that the Run:ai prerequisites and preperations are met, we highly recommend installing and running the Run:ai [pre-install diagnostics script](https://runai.jfrog.io/ui/native/pd-cli-prod/preinstall-diagnostics-cli/){target=_blank}. The tool:

* Tests the below requirements as well as additional failure points related to Kubernetes, NVIDIA, storage, and networking.
* Looks at additional components installed and analyzes their relevancy to a successful Run:ai installation.

To use the script [download](https://github.com/run-ai/preinstall-diagnostics/releases){target=_blank} the latest version of the script and run:
To use the script [download](https://runai.jfrog.io/ui/native/pd-cli-prod/preinstall-diagnostics-cli/){target=_blank} the latest version of the script and run:

```
chmod +x preinstall-diagnostics-<platform>
Expand Down