From 08bd9da5d944dd124f362f0b63885be9e7f078c0 Mon Sep 17 00:00:00 2001 From: Yaron Date: Tue, 10 Dec 2024 18:52:23 +0200 Subject: [PATCH] Merge pull request #1282 from run-ai/self-hosted-setup-airgap fix airgap script in self-hosted --- docs/admin/runai-setup/self-hosted/k8s/preparations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/admin/runai-setup/self-hosted/k8s/preparations.md b/docs/admin/runai-setup/self-hosted/k8s/preparations.md index 1efd64d9ee..f8c14bbb9f 100644 --- a/docs/admin/runai-setup/self-hosted/k8s/preparations.md +++ b/docs/admin/runai-setup/self-hosted/k8s/preparations.md @@ -48,7 +48,7 @@ Follow the prerequisites as explained in [Self-Hosted installation over Kubernet Run the following script (you must dockerd installed and at least 20GB of free disk space to run): ``` - sudo -E ./prepare_installation.sh + sudo -E ./setup.sh ``` 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.