Skip to content

Commit 7e4f77d

Browse files
authored
Merge pull request #3572 from apostasie/test-kube-debug
Enhance debugability for kubernetes rig
2 parents e97fe5a + 0cc9d29 commit 7e4f77d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hack/build-integration-kubernetes.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,9 @@ main(){
104104

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

110111
# Create fresh cluster
111112
log::info "Creating new cluster"

0 commit comments

Comments
 (0)