We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e46c966 commit 138ff4aCopy full SHA for 138ff4a
1 file changed
ci-runner/helper/buildxK8sClient.go
@@ -256,6 +256,7 @@ func (k8s *buildxK8sClient) getBuilderPods(ctx context.Context, deploymentName s
256
continue
257
}
258
// 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))
260
podNames = append(podNames, podStatus{
261
name: pod.Name,
262
phase: pod.Status.Phase,
0 commit comments