Skip to content
Discussion options

You must be logged in to vote

Hi @EricBoix - Hera runs tests on a k3d K8s cluster in CI (minikube also worked when I was testing both out in #887). We have a contributors guide that explains how to use the make targets, which are in

hera/Makefile

Lines 135 to 173 in a787965

.PHONY: install-k3d
install-k3d: ## Install k3d client
curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | bash
.PHONY: install-argo
install-argo: ## Install argo client
# Download the binary
curl -sLO https://github.com/argoproj/argo-workflows/releases/download/v$(ARGO_WORKFLOWS_VERSION)/argo-linux-amd64.gz
# Unzip
gunzip argo-linux-amd64.gz
# Make binary ex…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by elliotgunton
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants