for component in $COMPONENTS; do
- sudo helm dep up helm/$component
+ helm dep up helm/$component
echo "Installing $component"
helm install $component helm/$component -f $OVERRIDEYAML
done
curl -LO https://get.helm.sh/chartmuseum-v0.15.0-linux-386.tar.gz
tar xzvf chartmuseum-v0.15.0-linux-386.tar.gz
chmod +x ./linux-386/chartmuseum
-cp ./linux-386/chartmuseum /usr/local/bin
+sudo cp ./linux-386/chartmuseum /usr/local/bin
helm servecm --port=8879 --context-path=/charts --storage local --storage-local-rootdir $HELM_REPOSITORY_CACHE/local/ <<EOF &
yes
tools/helm/install_helm.sh
tools/nfs/install_nfs_subdir_external_provisioner.sh localhost
-sudo bin/install_common_templates_to_helm.sh
+bin/install_common_templates_to_helm.sh
tools/leofs/bin/install_leofs.sh
tools/kubeflow/bin/install_kubeflow.sh
kubectl create namespace traininghost
docker build -f tools/leofs/Dockerfile.leofs -t leofs .
-sudo helm dep up helm/leofs
+helm dep up helm/leofs
helm install leofs helm/leofs -f RECIPE_EXAMPLE/example_recipe_latest_stable.yaml
sleep 10
NAMESPACE=kubeflow