Skip to content

Commit c3ba856

Browse files
authored
change setup.sh
1 parent c81285c commit c3ba856

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/admin/runai-setup/self-hosted/k8s/preparations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Follow the prerequisites as explained in [Self-Hosted installation over Kubernet
4848
Run the following script (you must dockerd installed and at least 20GB of free disk space to run):
4949

5050
```
51-
./prepare_installation.sh
51+
./setup.sh
5252
```
5353

5454
If Docker is configured to [run as non-root](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user){target=_blank} then `sudo` is not required.

docs/admin/runai-setup/self-hosted/ocp/preparations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ See the Prerequisites section [above](prerequisites.md).
4444
Run the following script (you must have at least 20GB of free disk space to run):
4545

4646
```
47-
./prepare_installation.sh
47+
./setup.sh
4848
```
4949

5050
(If docker is configured to [run as non-root](https://docs.docker.com/engine/install/linux-postinstall/#manage-docker-as-a-non-root-user){target=_blank} then `sudo` is not required).

0 commit comments

Comments
 (0)