Skip to content

Commit

Permalink
Merge pull request #3572 from apostasie/test-kube-debug
Browse files Browse the repository at this point in the history
Enhance debugability for kubernetes rig
  • Loading branch information
AkihiroSuda authored Oct 18, 2024
2 parents e97fe5a + 0cc9d29 commit 7e4f77d
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit 7e4f77d

Please sign in to comment.