Skip to content

Commit c81285c

Browse files
authored
updated airgapped preperations commands
1 parent 7d3186a commit c81285c

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ Follow the prerequisites as explained in [Self-Hosted installation over Kubernet
3232
To extract Run:ai files, replace `<VERSION>` in the command below and run:
3333

3434
``` bash
35-
tar xvf runai-air-gapped-<VERSION>.tar.gz
36-
cd deploy
35+
tar xvf runai-airgapped-package-<VERSION>.tar.gz
3736

3837
kubectl create namespace runai-backend
3938
```
@@ -49,7 +48,7 @@ Follow the prerequisites as explained in [Self-Hosted installation over Kubernet
4948
Run the following script (you must dockerd installed and at least 20GB of free disk space to run):
5049

5150
```
52-
sudo -E ./prepare_installation.sh
51+
./prepare_installation.sh
5352
```
5453

5554
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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ See the Prerequisites section [above](prerequisites.md).
3131
To extract Run:ai files, replace `<VERSION>` in the command below and run:
3232

3333
```
34-
tar xvf runai-<VERSION>.tar.gz
35-
cd deploy
34+
tar xvf runai-airgapped-package-<VERSION>.tar.gz
3635
```
3736
__Upload images__
3837

@@ -45,7 +44,7 @@ See the Prerequisites section [above](prerequisites.md).
4544
Run the following script (you must have at least 20GB of free disk space to run):
4645

4746
```
48-
sudo -E ./prepare_installation.sh
47+
./prepare_installation.sh
4948
```
5049

5150
(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)