Skip to content

Use timeout as fallback when recoveryTimeout is not specified#8493

Merged
k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
epam:feature/wait-for-pods-ready-timeout-fallback
Jan 19, 2026
Merged

Use timeout as fallback when recoveryTimeout is not specified#8493
k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
epam:feature/wait-for-pods-ready-timeout-fallback

Conversation

@IrvingMg
Copy link
Copy Markdown
Member

@IrvingMg IrvingMg commented Jan 9, 2026

What type of PR is this?

/kind feature

What this PR does / why we need it:

Makes waitForPodsReady.timeout the fallback value when waitForPodsReady.recoveryTimeout is not specified.

Which issue(s) this PR fixes:

Fixes #8300

Special notes for your reviewer:

Does this PR introduce a user-facing change?

waitForPodsReady.recoveryTimeout now defaults to the value of waitForPodsReady.timeout when not specified.

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/feature Categorizes issue or PR as related to a new feature. labels Jan 9, 2026
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 9, 2026

Deploy Preview for kubernetes-sigs-kueue canceled.

Name Link
🔨 Latest commit 0d4de84
🔍 Latest deploy log https://app.netlify.com/projects/kubernetes-sigs-kueue/deploys/696e62b78ca85d00083ee9cf

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Jan 9, 2026
@k8s-ci-robot k8s-ci-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jan 9, 2026
@IrvingMg IrvingMg force-pushed the feature/wait-for-pods-ready-timeout-fallback branch from 0563d44 to 7d56d0c Compare January 13, 2026 08:36
@IrvingMg
Copy link
Copy Markdown
Member Author

I’ve updated the PR to allow disabling recoveryTimeout by setting it to 0, as discussed in #8300 (comment).

Comment thread site/content/en/docs/reference/kueue-config.v1beta2.md Outdated
@pajakd
Copy link
Copy Markdown
Contributor

pajakd commented Jan 19, 2026

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 19, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

LGTM label has been added.

DetailsGit tree hash: bf0c618e705ecdad45b070808e16f1ff7b29216a

@IrvingMg IrvingMg force-pushed the feature/wait-for-pods-ready-timeout-fallback branch from 7d56d0c to 508d46e Compare January 19, 2026 16:26
@k8s-ci-robot k8s-ci-robot removed the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 19, 2026
@k8s-ci-robot k8s-ci-robot requested a review from pajakd January 19, 2026 16:26
Copy link
Copy Markdown
Member

@tenzen-y tenzen-y left a comment

Choose a reason for hiding this comment

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

Overall LGTM, thank you 👍

Comment thread keps/349-all-or-nothing/README.md Outdated
Comment thread apis/config/v1beta1/configuration_types.go Outdated
Comment thread apis/config/v1beta2/configuration_types.go Outdated
Comment thread keps/349-all-or-nothing/README.md Outdated
@IrvingMg IrvingMg force-pushed the feature/wait-for-pods-ready-timeout-fallback branch from 508d46e to 4dfe799 Compare January 19, 2026 16:55
@IrvingMg IrvingMg force-pushed the feature/wait-for-pods-ready-timeout-fallback branch from 4dfe799 to 0d4de84 Compare January 19, 2026 16:58
Copy link
Copy Markdown
Member

@tenzen-y tenzen-y left a comment

Choose a reason for hiding this comment

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

Awesome, thank you!
/lgtm
/approve

Assuming CI passes

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Jan 19, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

LGTM label has been added.

DetailsGit tree hash: e14cbebda4d3c1677727a7a676772199401fa9f7

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: IrvingMg, tenzen-y

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

The pull request process is described here

Details 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 Jan 19, 2026
@k8s-ci-robot k8s-ci-robot merged commit 8e217fd into kubernetes-sigs:main Jan 19, 2026
30 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v0.16 milestone Jan 19, 2026
@IrvingMg IrvingMg deleted the feature/wait-for-pods-ready-timeout-fallback branch January 19, 2026 17:26
thejoeejoee pushed a commit to thejoeejoee/kueue that referenced this pull request Jan 20, 2026
yashnib pushed a commit to yashnib/kueue that referenced this pull request Jan 22, 2026
dongjiang1989 pushed a commit to dongjiang1989/kueue that referenced this pull request Feb 28, 2026
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. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

WaitForPodsReady: use timeout as the fallback when recoveryTimeout is not specified

4 participants