Skip to content

Commit 3dc2a6e

Browse files
committed
fixed grammer for pre-install-disgnostics
1 parent 44fff68 commit 3dc2a6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/admin/runai-setup/cluster-setup/cluster-prerequisites.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,8 @@ To use the script [download](https://github.com/run-ai/preinstall-diagnostics/re
407407

408408
=== "Airgap"
409409

410-
On an air-gapped deployment, the diagnostics image should be pulled, saved and manually pushed to the organization's registry.
410+
In an air-gapped deployment, the diagnostics image is saved, pushed, and pulled manually from the organization's registry.
411411

412-
The binary should be run with `--image` parameter to modify the diagnostics image to be used:
413412

414413
``` bash
415414
#Save the image locally
@@ -420,7 +419,8 @@ To use the script [download](https://github.com/run-ai/preinstall-diagnostics/re
420419
docker push ${CLIENT_IMAGE_AND_TAG}
421420
```
422421

423-
Finally, run the diagnostics tool:
422+
Run the binary with the `--image` parameter to modify the diagnostics image to be used:
423+
424424
``` bash
425425
chmod +x ./preinstall-diagnostics-darwin-arm64 && \
426426
./preinstall-diagnostics-darwin-arm64 \

0 commit comments

Comments
 (0)