Skip to content

Commit 138ff4a

Browse files
committed
added debug logs
1 parent e46c966 commit 138ff4a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ci-runner/helper/buildxK8sClient.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ func (k8s *buildxK8sClient) getBuilderPods(ctx context.Context, deploymentName s
256256
continue
257257
}
258258
// register the running pod only
259+
log.Println(util.DEVTRON, fmt.Sprintf("found running pod %q for deployment %q, phase: %q", pod.Name, deploymentName, pod.Status.Phase))
259260
podNames = append(podNames, podStatus{
260261
name: pod.Name,
261262
phase: pod.Status.Phase,

0 commit comments

Comments
 (0)