From 2c943f81c73c31c5f3e374fe2ed55b6601d082c4 Mon Sep 17 00:00:00 2001 From: ashishj1729 Date: Fri, 18 Nov 2022 12:52:36 +0530 Subject: [PATCH] Updating paths to point the updated recipe file Issue-Id: AIMLFW-4 Signed-off-by: ashishj1729 Change-Id: I8381861b90dc613c1d338e7cdf966c8f9a9cd6a7 --- bin/install_traininghost.sh | 2 +- tools/leofs/bin/install_leofs.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/install_traininghost.sh b/bin/install_traininghost.sh index b33419c..7480490 100755 --- a/bin/install_traininghost.sh +++ b/bin/install_traininghost.sh @@ -21,4 +21,4 @@ kubectl create namespace traininghost bin/install_rolebindings.sh bin/install_databases.sh -bin/install.sh -f RECIPE_EXAMPLE/example_recipe_oran_g_release.yaml +bin/install.sh -f RECIPE_EXAMPLE/example_recipe_latest_stable.yaml diff --git a/tools/leofs/bin/install_leofs.sh b/tools/leofs/bin/install_leofs.sh index ec05598..d02ab1a 100755 --- a/tools/leofs/bin/install_leofs.sh +++ b/tools/leofs/bin/install_leofs.sh @@ -20,11 +20,10 @@ kubectl create namespace kubeflow sleep 10 head /dev/urandom | tr -dc A-Za-z0-9 | head -c 8 | kubectl create secret generic leofs-secret -n kubeflow --from-file=password=/dev/stdin -#TODO: Docker build below to be removed docker build -f tools/leofs/Dockerfile.leofs -t leofs . sudo helm dep up helm/leofs -helm install leofs helm/leofs -f RECIPE_EXAMPLE/example_recipe_oran_g_release.yaml +helm install leofs helm/leofs -f RECIPE_EXAMPLE/example_recipe_latest_stable.yaml sleep 10 NAMESPACE=kubeflow COMPONENT=leofs -- 2.16.6