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
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -32,8 +32,7 @@ Follow the prerequisites as explained in [Self-Hosted installation over Kubernet
32
32
To extract Run:ai files, replace `<VERSION>` in the command below and run:
33
33
34
34
``` bash
35
-
tar xvf runai-air-gapped-<VERSION>.tar.gz
36
-
cd deploy
35
+
tar xvf runai-airgapped-package-<VERSION>.tar.gz
37
36
38
37
kubectl create namespace runai-backend
39
38
```
@@ -49,7 +48,7 @@ Follow the prerequisites as explained in [Self-Hosted installation over Kubernet
49
48
Run the following script (you must dockerd installed and at least 20GB of free disk space to run):
50
49
51
50
```
52
-
sudo -E ./prepare_installation.sh
51
+
./prepare_installation.sh
53
52
```
54
53
55
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
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,7 @@ See the Prerequisites section [above](prerequisites.md).
31
31
To extract Run:ai files, replace `<VERSION>` in the command below and run:
32
32
33
33
```
34
-
tar xvf runai-<VERSION>.tar.gz
35
-
cd deploy
34
+
tar xvf runai-airgapped-package-<VERSION>.tar.gz
36
35
```
37
36
__Upload images__
38
37
@@ -45,7 +44,7 @@ See the Prerequisites section [above](prerequisites.md).
45
44
Run the following script (you must have at least 20GB of free disk space to run):
46
45
47
46
```
48
-
sudo -E ./prepare_installation.sh
47
+
./prepare_installation.sh
49
48
```
50
49
51
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