-
Google
- Oakland, CA
- https://tim.allclair.org/
Popular repositories Loading
-
k8s-test-infra
k8s-test-infra PublicForked from kubernetes/test-infra
Test infrastructure for the Kubernetes project.
Go 3
-
k8s-community
k8s-community PublicForked from kubernetes/community
Kubernetes community content
Go 1
-
kubernetes
kubernetes PublicForked from kubernetes/kubernetes
Production-Grade Container Scheduling and Management
Go 1
-
cadvisor
cadvisor PublicForked from google/cadvisor
Analyzes resource usage and performance characteristics of running containers.
Go
-
k8s-contrib
k8s-contrib PublicForked from kubernetes-retired/contrib
This is a place for various components in the Kubernetes ecosystem that aren't part of the Kubernetes core. Consider creating a new repo instead.
Go
373 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Activity overview
Contribution activity
March 2025
Created 17 commits in 3 repositories
Created a pull request in kubernetes/kubernetes that received 21 comments
Run in-place resize tests in default CI jobs
What type of PR is this? /kind feature What this PR does / why we need it: With InPlacePodVerticalScaling graduating to beta (default-enabled), we …
Opened 12 other pull requests in 3 repositories
kubernetes/kubernetes
1
open
7
merged
1
closed
-
Deduplicate MilliCPUToQuota function & constants
This contribution was made on Mar 26
-
De-flake infeasible resize test
This contribution was made on Mar 20
-
[FG:InPlacePodVerticalScaling] Graduate to Beta
This contribution was made on Mar 18
-
[FG:InPlacePodVerticalScaling] Add back
AllocatedResources
and use it for schedulingThis contribution was made on Mar 18 -
[RFC] Don't actuate pod resizes with untolerated NoSchedule taints
This contribution was made on Mar 17
-
Always report pod status resources consistent with the current pod sync
This contribution was made on Mar 6
-
Allocation checkpoint cleanup
This contribution was made on Mar 5
-
[FG:InPlacePodVerticalScaling] Track actuated resources to trigger resizes
This contribution was made on Mar 5
-
Change allocation manager pod UID to types.UID
This contribution was made on Mar 4
kubernetes/website
2
open
-
Update InPlacePodVerticalScaling docs for v1.33 beta
This contribution was made on Mar 28
-
Add in-Place pod resize beta blog post
This contribution was made on Mar 6
kubernetes/enhancements
1
open
-
KEP-1287: cleanup errors & add changes from implementation
This contribution was made on Mar 12
Reviewed 29 pull requests in 3 repositories
kubernetes/kubernetes
25 pull requests
-
E2e test for cleaning of terminated containers
This contribution was made on Mar 28
-
[PodLevelResources] Limit Range Pod type defaults
This contribution was made on Mar 28
-
[FG:InPlacePodVerticalScaling] deflake - wait for containers to have started before doing cgroup check
This contribution was made on Mar 27
-
[FG:InPlacePodVerticalScaling] accept rounded container cpu limits in container cgroup tests
This contribution was made on Mar 27
-
reduce flakiness of restart count assertions in in-place resize tests
This contribution was made on Mar 26
-
deflake pod-resize-resource-quota-test
This contribution was made on Mar 24
-
De-flake infeasible resize test
This contribution was made on Mar 21
-
fix windows gingko error no-assertions-in-container-nodes
This contribution was made on Mar 21
-
disable in-place pod vertical scaling for swap enabled pods
This contribution was made on Mar 20
-
Invoke UpdateContainerResources or trigger container restarts when memory requests are resized
This contribution was made on Mar 20
-
[PodLevelResources] Pod Level Hugepage Resources
This contribution was made on Mar 19
-
[FG:InPlacePodVerticalScaling] surface pod resize actuation errors in pod resize conditions
This contribution was made on Mar 19
-
[FG:InPlacePodVerticalScaling] Optimize conditions for IPPVS to trigger sync pods
This contribution was made on Mar 18
-
[RFC] Don't actuate pod resizes with untolerated NoSchedule taints
This contribution was made on Mar 18
-
[FG:InPlacePodVerticalScaling] Add back
AllocatedResources
and use it for schedulingThis contribution was made on Mar 18 -
[FG:InPlacePodVerticalScaling] Move pod resize status to pod conditions
This contribution was made on Mar 17
-
[FG:PodObservedGenerationTracking] kubelet sets observedGeneration on pod conditions
This contribution was made on Mar 17
-
Replace PodResourceAllocation with PodResourceInfoMap type and cleanup
This contribution was made on Mar 15
-
KEP-4603: Add ReduceDefaultCrashLoopBackoffDecay featuregate, feature and unit and e2e tests
This contribution was made on Mar 12
-
feat: Add flagz endpoint for kubelet
This contribution was made on Mar 12
-
[FG:InPlacePodVerticalScaling] Add UpdatePodSandboxResources CRI method
This contribution was made on Mar 10
-
[FG:InPlacePodVerticalScaling] Add Pod resize complete event
This contribution was made on Mar 10
-
[FG:InPlacePodVerticalScaling] Drop
Proposed
resize statusThis contribution was made on Mar 10 -
[FG:InPlacePodVerticalScaling] Track actuated resources to trigger resizes
This contribution was made on Mar 10
-
Change allocation manager pod UID to types.UID
This contribution was made on Mar 4
- Some pull request reviews not shown.
kubernetes/website
1 pull request
-
Update InPlacePodVerticalScaling docs for v1.33 beta
This contribution was made on Mar 28
kubernetes/enhancements
1 pull request
-
Add PSA to block host field in probe/lifecycle handlers
This contribution was made on Mar 24
Created an issue in kubernetes/kubernetes that received 13 comments
[FG:InPlacePodVerticalScaling] Memory request resizing should be acted on
Currently we don't actuate memory request resizes through the runtime, since memory requests aren't directly configured through cgroups. However, m…
Opened 8 other issues in 3 repositories
kubernetes/kubernetes
3
open
2
closed
-
Failure cluster [bec91379...]: Verifying pod resources resize state
This contribution was made on Mar 24
-
Failure cluster [b39adf6f...]: Verifying pod resources resize state
This contribution was made on Mar 24
-
[FG:InPlacePodVerticalScaling] Handle Downward API resource updates
This contribution was made on Mar 13
-
[FG:InPlacePodVerticalScaling] Make resizes affecting swap limits infeasible
This contribution was made on Mar 8
-
[FG:InPlacePodVerticalScaling] Handle NRI plugins and other runtime resource mutations
This contribution was made on Mar 5
kubernetes/website
2
open
-
Document the meaning of CPU requests & limits
This contribution was made on Mar 29
-
[FG:InPlacePodVerticalScaling] Umbrella issue for InPlacePodVerticalScaling documentation changes
This contribution was made on Mar 6
GoogleCloudPlatform/testgrid
1
open
-
FR: Search for a test by name across all jobs
This contribution was made on Mar 12