Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cicd: k3s-sanity updated to run on self-hosted #545

Merged
merged 18 commits into from
Feb 23, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cicd: k3s-sanity updated config.sh to take ubuntu version
  • Loading branch information
TrekkieCoder committed Feb 23, 2024
commit 515bc330cc97511b5abaff30ea058c66734edf11
5 changes: 5 additions & 0 deletions cicd/k3s-flannel/config.sh
Original file line number Diff line number Diff line change
@@ -5,6 +5,11 @@ if [ "$#" -eq 2 ]; then
echo "version: $ubuntu"
fi


echo "num args: $#"
echo "arg1: $1"
echo "arg2: $2"

if [[ "$ubuntu" == "20.04" ]]; then
export VAGRANT_BOX="sysnet4admin/Ubuntu-k8s"
export VAGRANT_BOX_VERSION="0.7.1"