Skip to content

Conversation

@PannagaRao
Copy link
Contributor

@PannagaRao PannagaRao commented Nov 3, 2025

Signed-off-by: Pannaga Rao Bhoja Ramamanohara

What type of PR is this?

/kind feature

Which issue(s) this PR fixes:

Fixes # #7213

Special notes for your reviewer:

Does this PR introduce a user-facing change?

Promote ManagedJobsNamespaceSelectorAlwaysRespected feature to Beta

Signed-off-by: Pannaga Rao Bhoja Ramamanohara
@k8s-ci-robot k8s-ci-robot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. kind/feature Categorizes issue or PR as related to a new feature. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Nov 3, 2025
@netlify
Copy link

netlify bot commented Nov 3, 2025

Deploy Preview for kubernetes-sigs-kueue canceled.

Name Link
🔨 Latest commit 681527c
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-kueue/deploys/690a399e89ff9e00087d4eff

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Nov 3, 2025
@k8s-ci-robot
Copy link
Contributor

Hi @PannagaRao. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 3, 2025
@mbobrovskyi
Copy link
Contributor

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. do-not-merge/release-note-label-needed Indicates that a PR should not merge because it's missing one of the release note labels. labels Nov 3, 2025
ManagedJobsNamespaceSelectorAlwaysRespected

Signed-off-by: Pannaga Rao Bhoja Ramamanohara
@k8s-ci-robot k8s-ci-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels Nov 3, 2025
@PannagaRao
Copy link
Contributor Author

/retest

ManagedJobsNamespaceSelectorAlwaysRespected

Signed-off-by: Pannaga Rao Bhoja Ramamanohara
@PannagaRao PannagaRao force-pushed the graduate-managedNS-beta branch from 1c1cdff to 681527c Compare November 4, 2025 17:36
@kannon92
Copy link
Contributor

kannon92 commented Nov 4, 2025

nit.

Can you make sure to update your description so that Fixes #7213?

That way we get this issue closed on merge.

| `TASReplaceNodeOnPodTermination` | `true` | Beta | 0.14 | |
| `ElasticJobsViaWorkloadSlices` | `false` | Alpha | 0.13 | |
| `ManagedJobsNamespaceSelectorAlwaysRespected` | `false` | Alpha | 0.13 | |
| `ManagedJobsNamespaceSelectorAlwaysRespected` | `false` | Alpha | 0.13 | 0.15 |
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we have anything in our site/documetation on this feature?

I tried searching but I don't see any mention of this feature.

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah, I don't think we have. I think we should have a sub-page here: https://kueue.sigs.k8s.io/docs/tasks/manage/enforce_job_management/manage_jobs_without_queue_name/, generalize the title to something like "Setup Job management policy" and discuss not only manageJobsWithoutQueueName: true, but also manageJobsWithoutQueueName: false combined with ManagedJobsNamespaceSelectorA

Copy link
Contributor

Choose a reason for hiding this comment

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

Opened: #7534 to follow up.

@kannon92
Copy link
Contributor

kannon92 commented Nov 4, 2025

/lgtm

/assign @mimowo @tenzen-y

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Nov 4, 2025
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 5e55e9bde9b46628dadab1586de03295f3affa10

@PannagaRao PannagaRao changed the title WIP: Graduate ManagedJobsNamespaceSelectorAlwaysRespected feature to Beta Graduate ManagedJobsNamespaceSelectorAlwaysRespected feature to Beta Nov 4, 2025
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Nov 4, 2025
@mimowo
Copy link
Contributor

mimowo commented Nov 5, 2025

/approve
Thank you 👍

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: mimowo, PannagaRao

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 5, 2025
@k8s-ci-robot k8s-ci-robot merged commit 632cb30 into kubernetes-sigs:main Nov 5, 2025
23 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v0.15 milestone Nov 5, 2025
Singularity23x0 pushed a commit to Singularity23x0/kueue that referenced this pull request Nov 5, 2025
…ubernetes-sigs#7493)

* Graduate ManagedJobsNamespaceSelectorAlwaysRespected feature to Beta

Signed-off-by: Pannaga Rao Bhoja Ramamanohara

* Relax reconciler constraint for
ManagedJobsNamespaceSelectorAlwaysRespected

Signed-off-by: Pannaga Rao Bhoja Ramamanohara

* Fix failing tests due to feature gate change for
ManagedJobsNamespaceSelectorAlwaysRespected

Signed-off-by: Pannaga Rao Bhoja Ramamanohara

---------

Signed-off-by: Pannaga Rao Bhoja Ramamanohara
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/feature Categorizes issue or PR as related to a new feature. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants