Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default parameters in the waitForPodsReady configuration #2210

Conversation

tenzen-y
Copy link
Member

What type of PR is this?

/kind documentation

What this PR does / why we need it:

I added the default parameters to the waitForPodsReady configuration.

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?

NONE

@k8s-ci-robot k8s-ci-robot added release-note-none Denotes a PR that doesn't merit a release note. kind/documentation Categorizes issue or PR as related to documentation. labels May 16, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

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

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 cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. approved Indicates a PR has been approved by an approver from all required OWNERS files. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels May 16, 2024
Copy link

netlify bot commented May 16, 2024

Deploy Preview for kubernetes-sigs-kueue canceled.

Name Link
🔨 Latest commit 9718a3b
🔍 Latest deploy log https://app.netlify.com/sites/kubernetes-sigs-kueue/deploys/6646b7e4bd01f20008323367

@tenzen-y tenzen-y force-pushed the add-wait-for-pods-ready-example-config branch from 3c3e641 to 9153d0f Compare May 16, 2024 04:43
@@ -79,7 +79,13 @@ managerConfig:
burst: 100
#pprofBindAddress: :8082
#waitForPodsReady:
# enable: true
# enable: false
# timeout: 5m0s
Copy link
Contributor

Choose a reason for hiding this comment

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

can this just be 5m, without 0s?

# blockAdmission: false
# requeuingStrategy:
# timestamp: Eviction
# backoffLimitCount: null // null indicates infinity requeuing
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: s/infinity/infinite

# blockAdmission: false
# requeuingStrategy:
# timestamp: Eviction
# backoffLimitCount: null // null indicates infinity requeuing
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: I think // would make the yaml invalid if uncommented? Maybe use #

@tenzen-y tenzen-y force-pushed the add-wait-for-pods-ready-example-config branch from 9153d0f to 9718a3b Compare May 17, 2024 01:50
@tenzen-y
Copy link
Member Author

Thank you for the review!
@gabesaba @mimowo All comments make sense. I addressed all comments, PTAL.

@gabesaba
Copy link
Contributor

lgtm

@mimowo
Copy link
Contributor

mimowo commented May 17, 2024

/lgtm
Thanks

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

LGTM label has been added.

Git tree hash: 9b0f3ee3be0e6d8f820c3de85e44fefe183e43bc

@k8s-ci-robot k8s-ci-robot merged commit 9e307f3 into kubernetes-sigs:main May 17, 2024
15 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v0.7 milestone May 17, 2024
@tenzen-y tenzen-y deleted the add-wait-for-pods-ready-example-config branch May 17, 2024 13:42
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/documentation Categorizes issue or PR as related to documentation. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note-none Denotes a PR that doesn't merit a release note. 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.

None yet

4 participants