UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 0690fbbc authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'micah.nagel-master-patch-07496' into 'master'

Update dev script to k3d 5.4.6 (k3s 1.24.4-k3s1)

See merge request platform-one/big-bang/bigbang!2110
parents 8f948188 c4deb443
No related branches found
No related tags found
1 merge request!2110Update dev script to k3d 5.4.6 (k3s 1.24.4-k3s1)
Pipeline #990160 passed with warnings
......@@ -386,7 +386,7 @@ echo
echo
# install k3d on instance
echo "Installing k3d on instance"
ssh -i ~/.ssh/${KeyName}.pem -o StrictHostKeyChecking=no -o IdentitiesOnly=yes ubuntu@${PublicIP} "wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v5.4.4 bash"
ssh -i ~/.ssh/${KeyName}.pem -o StrictHostKeyChecking=no -o IdentitiesOnly=yes ubuntu@${PublicIP} "wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v5.4.6 bash"
echo
echo "k3d version"
ssh -i ~/.ssh/${KeyName}.pem -o StrictHostKeyChecking=no -o IdentitiesOnly=yes ubuntu@${PublicIP} "k3d version"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment