diff --git a/script/k3s-argo-workflow/run.sh b/script/k3s-argo-workflow/run.sh index e1f0b1224..b6b891ab8 100755 --- a/script/k3s-argo-workflow/run.sh +++ b/script/k3s-argo-workflow/run.sh @@ -22,6 +22,7 @@ REPO="${CONTEXT}../../" K3S_VERSION=master K3S_REPO=https://github.com/k3s-io/k3s K3S_CONTAINERD_REPO=https://github.com/k3s-io/containerd +ARGO_VERSION=v3.6.4 K3S_NODE_REPO=ghcr.io/stargz-containers K3S_NODE_IMAGE_NAME=k3s @@ -86,7 +87,33 @@ function run { --k3s-arg='--snapshotter='"${SNAPSHOTTER}"'@server:*;agent:*' kubectl create ns argo kubectl apply -n argo -f "${CUSTOM_ARGOYAML}" - + # workaround for argo failing to list namespaces + cat <