Skip to content

feat: show running pod count after workflow deploy#4814

Open
Cynthia-0203 wants to merge 6 commits into
koderover:mainfrom
Cynthia-0203:feat/show-pod-running-count-in-workflow-deploy-logs
Open

feat: show running pod count after workflow deploy#4814
Cynthia-0203 wants to merge 6 commits into
koderover:mainfrom
Cynthia-0203:feat/show-pod-running-count-in-workflow-deploy-logs

Conversation

@Cynthia-0203

@Cynthia-0203 Cynthia-0203 commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

What this PR does / Why we need it:

Show the running pod count in workflow container service deploy logs after the deployment succeeds.

What is changed and how it works?

After CheckDeployStatus returns StatusPassed in the deploy job wait phase, the deploy job now:

  • Collects the pod owner UIDs from the deployed resources.
  • Lists pods by the related pod labels collected during deployment.
  • Filters pods by owner UID to avoid counting pods from old ReplicaSets or unrelated workloads.
  • Deduplicates pods by pod UID.

Does this PR introduce a user-facing change?

  • API change
  • database schema change
  • upgrade assistant change
  • change in non-functional attributes such as efficiency or availability
  • fix of a previous issue

This change is Reviewable

Signed-off-by: Cynthia <chenchen@koderover.com>
Signed-off-by: Cynthia <chenchen@koderover.com>
Signed-off-by: Cynthia <chenchen@koderover.com>
Signed-off-by: Cynthia <chenchen@koderover.com>
Signed-off-by: Cynthia <chenchen@koderover.com>
Signed-off-by: Cynthia <chenchen@koderover.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant