Skip to content

Fix get selector labels for pod#318

Merged
gflarity merged 3 commits into
ai-dynamo:mainfrom
gflarity:fix_get_selector_labels_for_pod
Jan 15, 2026
Merged

Fix get selector labels for pod#318
gflarity merged 3 commits into
ai-dynamo:mainfrom
gflarity:fix_get_selector_labels_for_pod

Conversation

@gflarity

@gflarity gflarity commented Jan 14, 2026

Copy link
Copy Markdown
Contributor

What type of PR is this?

BUG

What this PR does / why we need it:

This PR fixes a bug in getSelectorLabelsForPods which was using k8sutils.GetFirstOwnerName, but this returns the PCSG name not the PCS name. The fix is just to get the PCS name as intended.

Which issue(s) this PR fixes:

Fixes #320

Does this PR introduce a API change?

NONE

@gflarity gflarity force-pushed the fix_get_selector_labels_for_pod branch from 2586393 to 6ec5a2a Compare January 14, 2026 18:06
@gflarity gflarity force-pushed the fix_get_selector_labels_for_pod branch from 2f9d279 to 9f98c83 Compare January 14, 2026 18:33
@gflarity gflarity marked this pull request as ready for review January 14, 2026 18:41
@gflarity gflarity removed the run-e2e label Jan 14, 2026

@renormalize renormalize left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@gflarity

Copy link
Copy Markdown
Contributor Author

I'm going to merge this with E2E failing as it passes locally and this PR will improve E2E stability generally anyways.

@gflarity gflarity merged commit 7b2ff73 into ai-dynamo:main Jan 15, 2026
8 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PCSG-owned PodCliques are being orphaned during deletion

4 participants