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
Copy file name to clipboardExpand all lines: docs/admin/runai-setup/self-hosted/k8s/preparations.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Follow the prerequisites as explained in [Self-Hosted installation over Kubernet
48
48
Run the following script (you must dockerd installed and at least 20GB of free disk space to run):
49
49
50
50
```
51
-
./prepare_installation.sh
51
+
./setup.sh
52
52
```
53
53
54
54
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.
Copy file name to clipboardExpand all lines: docs/admin/runai-setup/self-hosted/ocp/preparations.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ See the Prerequisites section [above](prerequisites.md).
44
44
Run the following script (you must have at least 20GB of free disk space to run):
45
45
46
46
```
47
-
./prepare_installation.sh
47
+
./setup.sh
48
48
```
49
49
50
50
(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