Skip to content

Commit

Permalink
Wait for KubeVela to install
Browse files Browse the repository at this point in the history
Other steps below depend on it being installed.
  • Loading branch information
yoctozepto committed Oct 8, 2024
1 parent 64e1762 commit 53dfd6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation-scripts-onm/MASTER_START_SCRIPT.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ echo "Configuration complete."

echo "Setting KubeVela..."
$dau bash -c 'helm repo add kubevela https://kubevela.github.io/charts && helm repo update'
$dau bash -c 'nohup vela install --version 1.9.11 > /home/ubuntu/vela.txt 2>&1 &'
$dau bash -c 'vela install --version 1.9.11'

$dau bash -c 'helm repo add nebulous https://eu-nebulous.github.io/helm-charts/'

Expand Down

0 comments on commit 53dfd6b

Please sign in to comment.