-
Notifications
You must be signed in to change notification settings - Fork 125
[release-4.6] Bug 2008266: Rebase 1.19.14 #962
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
[release-4.6] Bug 2008266: Rebase 1.19.14 #962
Conversation
Signed-off-by: Shiming Zhang <[email protected]>
Signed-off-by: Shiming Zhang <[email protected]>
…erry-pick-of-#100762-upstream-release-1.19 Automated cherry pick of kubernetes#100762: list pod list once to avoid timeout
…pick-of-#101306-upstream-release-1.19 [1.19] Automated cherry pick of kubernetes#101306: Additional CVE-2021-3121 fix
GetNode() is called in a lot of places including a hot loop in fastStatusUpdateOnce. Having a poll in it is delaying the kubelet /readyz status=200 report. If a client is available attempt to wait for the sync to happen, before starting the list watch for pods at the apiserver.
fix build failure fix comments
The amount of memory required to build binaries in parallel is right now set to 40GiB. We now make this variable to be able to build artifacts in parallel even with a lower amount of memory. This enables SIG Release to speed-up the build time drastically in Google Cloud Build (GCB). Signed-off-by: Sascha Grunert <[email protected]>
…ick-of-#101084-release-1.19 Automated cherry pick of kubernetes#101084: Updating EndpointSlice validation to match Endpoints
…ck-of-#96882-upstream-release-1.19 Automated cherry pick of kubernetes#96882: Make parallel build memory threshold configurable
Co-authored-by: Shiming Zhang <[email protected]>
…pick-of-#99336-origin-release-1.19 Automated cherry pick of kubernetes#99336: pkg/kubelet: improve the node informer sync check
…pick-of-#101093-upstream-release-1.19 Automated cherry pick of kubernetes#101093: Fix `startupProbe` behaviour changed
[release-1.19] Backport SIG Node approvers to 1.19
…ck-of-#100678-upstream-release-1.19 Automated cherry pick of kubernetes#100678: apf: exempt probes /healthz /livez /readyz
…-1.19 cherry pick of kubernetes#100913: no watch endpointslice in userpace mode
…k-of-#101347-upstream-release-1.19 Automated cherry pick of kubernetes#101347: Extend pod start timeout to 5min for storage subpath
This updates the StaleSlices() method in EndpointSliceTracker to also ensure that the tracker does not have more slices than have been provided. Co-Authored-By: Swetha Repakula <[email protected]>
…pick-of-#100013-upstream-release-1.19 [1.19] add duration encoder to structured logger
…-pick-of-#101235-upstream-release-1.19 Automated cherry pick of kubernetes#101235: fix: azure file namespace issue in csi translation
…y-pick-of-#100944-upstream-release-1.19 Automated cherry pick of kubernetes#100944: Ensure service deleted when the Azure resource group has been deleted
…-pick-of-#100731-upstream-release-1.19 Automated cherry pick of kubernetes#100731: Normalize share name to not include capital letters
…-of-#101763-upstream-release-1.19 Automated cherry pick of kubernetes#101763: Updating EndpointSlice controllers to avoid duplicate
8fd3df5
to
93f2255
Compare
Last 2 bits:
|
…kes in certain conditions
it allows the client to detect broken connections to the api server more quickly than the default TCP timeout of 15 minutes. note that it will be replaced by an HTTP ping mechanism in the future releases.
5b5c3ea
to
210c32a
Compare
/override ci/prow/verify-commits |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/approve
/lgtm
/hold
for api team final approval
@soltysh: Overrode contexts on behalf of soltysh: ci/prow/verify-commits In response to this:
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/test-infra repository. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: damemi, soltysh 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 |
please bring back that commit, the |
@p0lyn0mial checking https://github.com/openshift/kubernetes/pull/962/commits |
Have verified those commits with 1 and 2 in the spreadsheet. Lgtm. |
As Jan pointed out, it's there, I've asked Mike yesterday to bring it back. |
Based on previous comments and approval from api team |
@damemi: All pull requests linked via external trackers have merged:
Bugzilla bug 2008266 has been moved to the MODIFIED state. In response to this:
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/test-infra repository. |
Replacing #960 (hit some merge conflicts with in-flight PRs and just preferred to start over)
Commits list: https://docs.google.com/spreadsheets/d/1iLGl84N0LJv_zqoe8Vkc9TCfCiRZP8VnfSP7sbelEzE/edit#gid=1947950828&fvid=683661082
Bumps to other repos: