-
Notifications
You must be signed in to change notification settings - Fork 1
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 1.22 camille rebase #33
base: release-1.22.9-lyft.1
Are you sure you want to change the base?
Commits on Jun 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f50a822 - Browse repository at this point
Copy the full SHA f50a822View commit details -
sidecar: kubelet: don't bother killing pods when non-sidecars are done
This change turns off the ability to completely kill pods when the non-sidecars are done. This is useful for cronjobs, where the non-sidecars finish work and exit, this code previously would clean up the pod and its resources. This feature was pulled in from kubernetes#75099. This is a feature that sounds nice in practice, but its not what we need. It seems to be a bit buggy since the Pod sandbox can potentially be deleted and recreated during the liftime of the Pod. That ain't good.
Configuration menu - View commit details
-
Copy full SHA for ed5b3c1 - Browse repository at this point
Copy the full SHA ed5b3c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc4516e - Browse repository at this point
Copy the full SHA cc4516eView commit details -
Allow metrics to be retrieved from CRI with CRI-O
CRI-O properly implements the CRI interface, and therefore it is capable of returning the container stats if being asked for. There is no reason to keep CRI-O as a special use case that has to be run with the legacy mode making kubelet using cadvisor on each container. This patch removes the hardcoded assumptions that CRI-O has cannot handle to return containers stats through CRI. Fixes kubernetes#73750 Signed-off-by: Sebastien Boeuf <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8417e77 - Browse repository at this point
Copy the full SHA 8417e77View commit details -
pkg/kubelet: try restoring the container spec if its nil
We're not guaranteed that the pod passed in has the ContainerSpec we're looking for. With this, we check if the pod has the container spec, and if it doesn't, we try to recover it one more time.
Configuration menu - View commit details
-
Copy full SHA for e79dd97 - Browse repository at this point
Copy the full SHA e79dd97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7424684 - Browse repository at this point
Copy the full SHA 7424684View commit details -
pkg/kubelet: fix uint64 overflow when elapsed UsageCoreNanoSeconds ex…
…ceeds 18446744073
Configuration menu - View commit details
-
Copy full SHA for bdda6f1 - Browse repository at this point
Copy the full SHA bdda6f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce9175f - Browse repository at this point
Copy the full SHA ce9175fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2347789 - Browse repository at this point
Copy the full SHA 2347789View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20cd2a9 - Browse repository at this point
Copy the full SHA 20cd2a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcce88d - Browse repository at this point
Copy the full SHA bcce88dView commit details