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

Removes override of default periodSeconds value #12550

Merged
merged 1 commit into from
Jan 25, 2022

Conversation

psschwei
Copy link
Contributor

@psschwei psschwei commented Jan 25, 2022

Proposed Changes

In #10992 we had introduced a workaround to prevent a delay in declaring a container ready due to the async nature of probe timers. Kubernetes introduced a fix in v1.21 (by trigger an immediate run of a readiness probe after startup), and now that we have 1.21 as a minimum version we no longer said workaround.

/assign @julz

/hold
for v1.21 release (though we should probably merge before the release)

Release Note

Utilizes Kubernetes's immediate trigger of readiness probes after startup, restores default `periodSeconds` for readiness probe to Kuberentes default (10s)

@knative-prow-robot knative-prow-robot added do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. area/API API objects and controllers size/S Denotes a PR that changes 10-29 lines, ignoring generated files. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jan 25, 2022
@codecov
Copy link

codecov bot commented Jan 25, 2022

Codecov Report

Merging #12550 (58b53e6) into main (f953230) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main   #12550      +/-   ##
==========================================
- Coverage   87.48%   87.48%   -0.01%     
==========================================
  Files         195      195              
  Lines        9720     9718       -2     
==========================================
- Hits         8504     8502       -2     
  Misses        931      931              
  Partials      285      285              
Impacted Files Coverage Δ
pkg/reconciler/revision/resources/queue.go 98.23% <ø> (-0.02%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f953230...58b53e6. Read the comment docs.

@psschwei
Copy link
Contributor Author

/retest

@dprotaso
Copy link
Member

/lgtm
/approve

@knative-prow-robot knative-prow-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 25, 2022
@knative-prow-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dprotaso, psschwei

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

@psschwei
Copy link
Contributor Author

/hold cancel

@knative-prow-robot knative-prow-robot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 25, 2022
@knative-prow-robot knative-prow-robot merged commit 5ec1118 into knative:main Jan 25, 2022
@psschwei psschwei deleted the readiness-hack branch March 10, 2022 16:44
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. area/API API objects and controllers lgtm Indicates that a PR is ready to be merged. 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