Skip to content
Merged
Changes from all commits
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
3 changes: 2 additions & 1 deletion hack/build-integration-kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ main(){

# Hack to get go into kind control plane
exec::nerdctl rm -f go-kind 2>/dev/null || true
exec::nerdctl run -d --name go-kind golang:"$GO_VERSION" sleep Inf
exec::nerdctl run -d --quiet --name go-kind golang:"$GO_VERSION" sleep Inf
exec::nerdctl cp go-kind:/usr/local/go /tmp/go
exec::nerdctl rm -f go-kind

# Create fresh cluster
log::info "Creating new cluster"
Expand Down