Skip to content

Commit

Permalink
Enhance debugability for kubernetes rig
Browse files Browse the repository at this point in the history
Signed-off-by: apostasie <[email protected]>
  • Loading branch information
apostasie committed Oct 18, 2024
1 parent 5f004d2 commit 44c7315
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hack/build-integration-kubernetes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ 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 pull --quiet golang:"$GO_VERSION"
exec::nerdctl run -d --pull never --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

0 comments on commit 44c7315

Please sign in to comment.