Weekly GitHub Report for Kubernetes: February 16, 2026 - February 23, 2026 (17:35:11)
Weekly GitHub Report for Kubernetes
Thank you for subscribing to our weekly newsletter! Each week, we deliver a comprehensive summary of your GitHub project's latest activity right to your inbox, including an overview of your project's issues, pull requests, contributors, and commit activity.
Table of Contents
I. News
1.1 Recent Version Releases:
The current version of this repository is v1.32.3
1.2 Version Information:
The Kubernetes version released on March 11, 2025, introduces key updates detailed in the official CHANGELOG, with additional binary downloads available. For comprehensive information on new features and changes, users are encouraged to refer to the Kubernetes announce forum and the linked CHANGELOG.
II. Issues
2.1 Top 5 Active Issues:
We consider active issues to be issues that that have been commented on most frequently within the last week. Bot comments are omitted.
-
[SIG/SCHEDULING] [KIND/FLAKE] [NEEDS-TRIAGE] Flaking UT k8s.io/kubernetes/pkg/scheduler:TestSchedulerScheduleOne/prebind_pod_cancelled_during_prebind: This issue reports a flaking unit test failure in the Kubernetes scheduler related to the test
TestSchedulerScheduleOne/prebind_pod_cancelled_during_prebind, which started occurring after a specific pull request merge. The failure is caused by a race condition in updating the pod's nominated node name (NNN) during asynchronous API calls, where the pod status is not properly updated after a prebind failure, leading to inconsistent test expectations.- The comments discuss the root cause involving asynchronous API call timing and stale pod status updates, propose several approaches to fix the issue including stronger pod retrieval methods and always updating the nominated node name, and share detailed debugging insights; a fix is pending review to address the flakiness.
- Number of comments this week: 11
-
[KIND/CLEANUP] [SIG/SCHEDULING] [NEEDS-TRIAGE] [AREA/WORKLOAD-AWARE] Clean up the kubernetes/kubernetes repository from v1alpha1 PriorityClass API: This issue concerns removing the deprecated v1alpha1 version of the PriorityClass API from the kubernetes/kubernetes repository, as the API has been generally available since 2019 and the older version is no longer needed. The discussion focuses on the necessary steps to fully clean up the repository, including deleting directories and updating multiple files after a related pull request merges, to ensure the repository no longer references the outdated API version.
- The comments show a contributor expressing interest in working on the issue and receiving guidance to wait for a related pull request to merge first. Detailed instructions are provided about the scope of the cleanup, including manual updates beyond just removing type definitions. The contributor confirms understanding and readiness to proceed after the prerequisite merge, asks for additional resources to ramp up, and is encouraged to join a soon-to-be-created Slack channel for further collaboration and questions.
- Number of comments this week: 9
-
[SIG/SCALABILITY] [SIG/API-MACHINERY] [KIND/FEATURE] [TRIAGE/ACCEPTED] Interning for API Server and controller memory reduction: This issue proposes implementing object interning techniques in the Kubernetes API Server and control plane components to reduce memory usage, focusing on string interning during protobuf deserialization and deduplication of Server-Side Apply metadata. The goal is to address memory bottlenecks caused by highly replicated workloads and large resource sizes by reusing existing objects and optimizing JSON handling, supported by benchmarks demonstrating significant memory savings.
- The comments include requests for prototype commits and benchmarks on non-duplicate data, clarifications on the mutability and safety of reused objects, suggestions to convert mutable byte slices to immutable strings for safety, volunteer contributions to implement these changes, and acceptance of the proposal for further development.
- Number of comments this week: 9
-
[KIND/CLEANUP] [SIG/AUTOSCALING] [HELP WANTED] [GOOD FIRST ISSUE] [TRIAGE/ACCEPTED] Add additional test coverage for HPA External Metrics framework: This issue requests expanding the test coverage for the Horizontal Pod Autoscaler (HPA) External Metrics framework, which currently only includes a basic scale up and scale down test case. The goal is to add multiple test scenarios such as handling multiple external metrics, respecting the stabilization window to prevent aggressive scaling, and enforcing scaling limits to ensure reliable HPA behavior.
- The comments show the issue was assigned and triaged as accepted, followed by a contributor opening a pull request to address the requested test coverage enhancements and requesting review from the original poster.
- Number of comments this week: 3
-
[KIND/BUG] [SIG/NODE] [NEEDS-TRIAGE] [PRIORITY/IMPORTANT-SOON] [TRIAGE/ACCEPTED] ContainerRestartRules: exitCodes.values validation incorrectly reports "bytes" instead of "items": This issue reports that the validation error message for the
exitCodes.valuesfield in container restart policy rules incorrectly states a byte length limit instead of an element count limit when the number of elements exceeds 255. The user expects the error message to reflect the maximum number of items allowed, not bytes, since the field is a slice of integers rather than a byte array.- The comments show the issue was acknowledged and assigned to the appropriate team, marked as accepted and important for an upcoming release, and the original reporter was assigned to the issue for further action.
- Number of comments this week: 3
2.2 Top 5 Stale Issues:
We consider stale issues to be issues that has had no activity within the last 30 days. The team should work together to get these issues resolved and closed as soon as possible.
As of our latest update, there are no stale issues for the project this week.
2.3 Open Issues
This section lists, groups, and then summarizes issues that were created within the last week in the repository.
Issues Opened This Week: 21
Summarized Issues:
- API and Deprecated Features Removal: Several issues focus on removing deprecated APIs and outdated references to improve codebase maintainability. These include removing the deprecated v1alpha1 PriorityClass API and the last reference to the deprecated
wait.NewExponentialBackoffManagerfunction, ensuring the code uses updated patterns and APIs. - issues/137054, issues/137068
- Test Flakiness and Failures: Multiple issues report flaky or failing tests across different Kubernetes components, including scheduler, integration, and e2e tests. These failures are often intermittent and caused by race conditions, timing discrepancies, or environment-specific issues, impacting test reliability and CI stability.
- issues/137113, issues/137125, issues/137178, issues/137179, issues/137180, issues/137184
- Scheduling and Pod State Consistency: Issues address problems with scheduling state visibility and pod status updates, proposing snapshots of PodGroupState and identifying race conditions that cause inconsistent pod scheduling and status. These improvements aim to stabilize workload scheduling and pod lifecycle management.
- issues/137071, issues/137125, issues/137178
- Resource Metrics and Reporting Issues: Some issues highlight incorrect or missing resource usage metrics, such as the container swap usage metric always showing zero and
kubectl describe nodefailing to display correct pod-level resource values. These problems affect monitoring accuracy and resource visibility. - issues/137093, issues/137158
- Memory and Resource Management: There are reports of memory leaks and inefficiencies, including a memory leak in the kube-controller-manager's Service controller and proposals for object interning to reduce memory usage in the API server. These address scalability and resource consumption concerns.
- issues/137109, [issues/137151](https://github.com/issues/137151]
- Port Forwarding and Plugin Optimization: One issue proposes replacing manual port-forward logic with kubectl’s PortForwardOptions for consistency, while another suggests skipping unnecessary plugin calls to avoid pods getting stuck in Terminating state, improving startup and upgrade performance.
- issues/137058, issues/137122
- API Behavior and Validation Errors: Issues describe incorrect API responses and validation messages, such as Kubernetes Events watch requests returning HTTP 200 instead of 410 for stale resourceVersions, and validation errors reporting byte length instead of element count for exitCodes.values. These affect API correctness and user feedback.
- issues/137089, issues/137135
- Test Coverage Enhancements: One issue focuses on expanding test coverage for the HPA External Metrics framework by adding multiple test cases to validate various behaviors, aiming to improve reliability and robustness of autoscaling features.
- issues/137132
- Job Failures Due to Environment and Security Issues: Some issues report job failures caused by SSH command errors, timeouts, and OpenPGP signature verification failures due to unbound keys and deprecated algorithms, impacting CI job success and security compliance.
- issues/137096, issues/137097
- Test Timing and Conversion Discrepancies: A flake in table format streaming tests is caused by timing differences in CreationTimestamp to Age conversion, leading to inconsistent test results due to slight delays between list and watch operations.
- issues/137148
2.4 Closed Issues
This section lists, groups, and then summarizes issues that were closed within the last week in the repository. This section also links the associated pull requests if applicable.
Issues Closed This Week: 8
Summarized Issues:
- Kubelet Certificate Request Handling: There are issues with the kubelet's handling of CertificateSigningRequest objects, including the need for improved debug logging at V2 level and a bug where the ownerReference apiVersion is incorrectly set to "core/v1" instead of "v1". These problems affect the ability to debug certificate creation and prevent automatic cleanup of certificate requests when Pods are deleted.
- [issues/136852, issues/136890]
- Test Flakiness and Failures: Several tests in Kubernetes are flaky or intermittently failing, including the kubectl logs command in e2e tests, the TestSchedulerScheduleOne test in the scheduler package, and scalability tests in the gce-master-scale-performance-5000 job. These failures impact reliability and reproducibility of test results across different environments and Kubernetes versions.
- [issues/136948, issues/137117, issues/137118]
- API Version and Resource Updates in Tests: The HPA end-to-end tests require updates to replace deprecated Kubernetes API versions and the use of ReplicationController with ReplicaSet. This update is necessary to maintain compatibility with current stable APIs and ensure test maintainability.
- [issues/137074]
- Performance Regression in kube-proxy: A significant 5-6x performance regression was observed in kube-proxy's iptables mode on aws-k8s-1.34 nodes due to switching from legacy iptables to the iptables-nft backend. This change introduces substantial overhead by translating iptables operations to nftables, negatively impacting performance.
- [issues/137085]
- Security Vulnerability in kubectl: A critical vulnerability (CVE-2025-68121) exists in the latest kubectl binary caused by the crypto/tls package in Go 1.25.0. The issue can be resolved by upgrading to Go version 1.25.7 to mitigate the security risk.
- [issues/137195]
2.5 Issue Discussion Insights
This section will analyze the tone and sentiment of discussions within this project's open and closed issues that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.
Based on our analysis, there are no instances of toxic discussions in the project's open or closed issues from the past week.
III. Pull Requests
3.1 Open Pull Requests
This section provides a summary of pull requests that were opened in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.
Pull Requests Opened This Week: 80
Key Open Pull Requests
1. DRA device taints: graduate to beta: This pull request graduates the Device Resource Allocation (DRA) device taints feature to beta by enabling it by default, adds DeviceTaintRule to the v1beta2 API while keeping its support off by default due to the API group's status, leaves the deprecated v1beta1 API unchanged, and includes various improvements such as updated unit tests, automatic timestamp updates on effect changes, and removal of workarounds, all aimed at enhancing device taints and tolerations functionality in Kubernetes.
- URL: pull/137170
- Associated Commits: b6c03, caaff, 2f63e, ef873, 93306, a370d, b8e14, c0a22, c9c1c, 35f1a, 236ea, 7c7b4, dd0d1, 72c82, 38824, 72da7, 1e266, f89f8, 3a9eb, c0ebb
2. Add placement generator plugin interfaces and logic for running them: This pull request adds the necessary interfaces and implementation logic for placement generator plugins in Kubernetes, enabling the framework to run these plugins to generate placement arrays as part of the topology-aware workload scheduling enhancement described in the related KEP.
- URL: pull/137083
- Associated Commits: 4916f, 4444f, 1b2b0, 8175e, d30b9, 5797c, c1a8c, 6bba5, f7eba, c6e03, 4d1a2, 26dc8, 4efdb, 6d3fa, dc6ce, f5e9b, d76d0
3. [WIP] EvictionRequest controller: This pull request implements a new EvictionRequest controller within the kube-controller-manager to manage the graceful eviction of pods, introducing the EvictionRequest API and related features as part of the Kubernetes enhancement proposal linked in the description.
- URL: pull/137133
Other Open Pull Requests
- Podresources API Fixes and Improvements: This work-in-progress pull request addresses multiple issues in the podresources API lane by partially reverting a previous PR to restore backward compatibility, improving end-to-end tests, removing redundant tests, filtering out inactive pods in the Get() method, reorganizing helper functions, adding additional tests for general availability, and fixing gRPC connection flakiness. These combined changes aim to stabilize and enhance the podresources API functionality.
- Image Pull Record Bug Fix: This pull request fixes a bug by changing the image pull record primary key to use stable container image identifiers, specifically switching from the ambiguous image reference to the image ID. It updates the kubelet interface from
GetImageRef()toGetImageID()and modifies related code to consistently use image IDs for querying and recording image pulls, improving clarity and correctness.
- Port-Forward Implementation Refactor: This pull request replaces the manual port-forward implementation with kubectl's
PortForwardOptions.RunPortForward(), introducing acustomPortForwarderstruct that wraps client-go'sPortForwarderand implements theportForwarderinterface. It adds aGetPorts()method and modifies forwarding logic to correctly block and stop port-forwarding after requests, reducing code duplication and improving maintainability.
- GPU Sharing Feature Introduction: This pull request introduces a new feature enabling fine-grained, dynamic GPU sharing by implementing a custom scheduler plugin and device manager extension. It allows multiple pods to share fractional GPU resources efficiently through the
gpushare.com/vgpuresource, improving GPU utilization and scheduling flexibility for smaller workloads.
- Pod Restore Support Addition: This pull request adds pod restore support by introducing a RestoreFrom field in PodSpec referencing an OCI image checkpoint. It enables the kubelet and container runtime to restore pods with original configurations and updated mount paths, including validation, API code generation, and security measures to prevent unauthorized mounts as part of KEP-5823.
- Declarative Validation Graduation: This pull request graduates several declarative validation rules for the
scheduling.x-k8s.io/v1alpha1API group from alpha to stable status by promoting validation tags on multiple fields and removing legacy handwritten validation functions and tests. The changes follow the migration strategy outlined in KEP-5073 to improve validation consistency and maintainability.
- Coscheduling Plugin Addition: This pull request introduces the Coscheduling plugin to the kube-scheduler framework, adding support for a DesiredCount field to delay pod group scheduling until a specified number of pods are present. It also includes a shared PodGroupPolicyEvaluator utility to unify scheduling logic between Coscheduling and GangScheduling plugins.
- Apiserver Startup Fix for Large Clusters: This pull request fixes an apiserver startup failure during upgrades on large clusters with MultiCIDRServiceAllocator enabled by modifying the RepairIPAddress controller to retry on Forbidden errors from admission plugins not yet ready. This ensures the controller succeeds once the namespace informer finishes syncing instead of failing the PostStartHook.
- Device Resource Allocator List-Type Attributes: This pull request implements the alpha feature from KEP-5491 by introducing the
DRAListTypeAttributesfeature gate, enabling list types for device attributes in the Device Resource Allocator. It enhancesmatchAttributeanddistinctAttributesemantics to support scalar and list attributes as sets and adds a.includehelper function in DRA CEL to aid selector expression migration.
- ServiceAccount Metrics Promotion: This pull request promotes deprecated alpha ServiceAccount metrics (
serviceaccount_legacy_tokens_total,serviceaccount_stale_tokens_total, andserviceaccount_valid_tokens_total) to beta status, improving their stability and usability.
- Etcd Library Update Proof-of-Concept: This work-in-progress pull request updates etcd library versions by excluding the gogo protobuf dependency, involving changes to dependency pinning scripts and vendor updates. It acknowledges expected etcd dependency check failures due to replace directives while demonstrating the update approach.
- Storage/Cacher Metrics Beta Promotion: This pull request updates storage/cacher metrics in the Kubernetes apiserver to beta stability by promoting watch cache-related metrics, adding unit tests, updating documentation and test data, and introducing a global function for testing Gauge metrics.
- Apps API Linter Enablement: This pull request enables the optionalorrequired linter for the apps API group to improve OpenAPI schema correctness by accurately marking fields as optional or required.
- Apiserver Watch Metrics Beta Promotion: This pull request promotes
apiserver_watch_events_totalandapiserver_watch_events_sizesmetrics to beta status, includes tests for these metrics, and updates related documentation and stable metrics listings.
- Validation-Gen Linting Enhancements: This pull request implements advanced linting rules and enforcement in the
validation-gentool to ensure declarative validation markers comply with stability and structural requirements from KEP-5073. It enforces correct stability prefixes, explicit requiredness, integrates linting into code generation, removes redundant tag rules, and fixes existing API lint errors.
- Kube-Apiserver Connection Recovery: This pull request improves kube-apiserver by enabling recovery from connections mistakenly made to incorrect servers during APIService availability checks. It enforces optional TLS validation, invalidates and drops cached bad connections on unexpected responses or network errors, and includes tests for these behaviors.
- UnknownVersionInteroperabilityProxy Beta Graduation: This pull request graduates the UnknownVersionInteroperabilityProxy feature gate to beta status, enabling it by default while requiring the
--peer-ca-fileflag on the kube-apiserver for proper function.
- StrictIPCIDRValidation Beta Promotion: This pull request updates the
StrictIPCIDRValidationfeature gate to beta status in the kube-apiserver, enabling stricter validation that disallows IP or CIDR values with extraneous leading zeros or ambiguous subnet/mask semantics as specified in KEP-4858.
- Kube-Apiserver and Aggregator Metrics Beta Promotion: This pull request promotes a set of kube-apiserver and kube-aggregator metrics from alpha to beta stability, ensuring stronger compatibility guarantees by maintaining existing metric names and label sets during the beta phase.
- PodGroup State Snapshot Feature: This pull request introduces a feature that snapshots PodGroup state before scheduling cycles by managing state entirely within the cache using locks. It eliminates inconsistencies between plugins during scheduling and removes the WorkloadManager component.
- Apidiscovery API Linter Enablement: This pull request enables the optionalorrequired kube-api-linter rule for the apidiscovery API group by annotating all API fields with explicit +required or +optional markers. This satisfies static analysis requirements without changing API behavior or compatibility.
- Device Metadata Feature in Kubeletplugin: This pull request adds an
enable-device-metadataflag to the kubeletplugin that, when enabled by drivers, uses CDI mounts to automatically populate a metadata file for each device claim. It is supported by a new DeviceMetadata API schema for reliable metadata consumption.
- Uniquemarkers Linter Enablement: This pull request enables the uniquemarkers linter to satisfy static analysis requirements without altering API semantics, behavior, or compatibility, addressing issue #136878.
- Kubeadm Join CA Certificate Summary: This pull request adds functionality to kubeadm so that running
kubeadm joinwith verbosity level 1 prints a detailed summary of the cluster's CA certificate. The summary includes subject common name, public key hash, expiration date with remaining time, issuer, serial number, validity dates, and signature and public key algorithms to help users verify the CA during join discovery.
- Upstream Go Unit Tests Support: This pull request adds support for running upstream Go unit tests within the downstream Kubernetes project, enabling tests for the logtools linter and a single etcd client package as proof-of-concept. It adjusts test invocation to handle directories outside the main workspace and addresses issues caused by recent Go and dependency updates.
3.2 Closed Pull Requests
This section provides a summary of pull requests that were closed in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.
Pull Requests Closed This Week: 60
Key Closed Pull Requests
1. e2e: node: fix existing podresources tests: This pull request aims to fix and clean up existing end-to-end podresources tests in the Kubernetes node component by removing redundant tests, improving test failure diagnostics with GinkgoHelper calls, and correcting the handling and filtering of terminated pods in the Get() API calls to ensure accurate test expectations.
- URL: pull/137111
2. KEP-4671: Introduce Workload Scheduling Cycle: This pull request introduces a Workload Scheduling Cycle into the Kubernetes scheduler's main loop to initiate scheduling when any pod from a pod group is dequeued, laying the groundwork for enhanced workload-aware scheduling while still requiring further implementation of gang scheduling preemption logic, observability, and test coverage.
- URL: pull/136618
3. docs: AI-generated documentation update for kubernetes: This pull request proposes AI-generated updates to the Kubernetes project's documentation files, specifically README.md, CONTRIBUTING.md, and CHANGELOG.md, aiming to synchronize and improve them, although it has not been merged.
- URL: pull/137197
Other Closed Pull Requests
- Dependency and package cleanup: This topic includes upgrading the kustomize dependency in kubectl from version 5.7.1 to 5.8.1 and removing the unwanted 'github.com/pkg/errors' package, enhancing kubectl kustomize functionality. It also covers removing deprecated fields and helper methods from the
k8s.io/apimachinerypackage to clean up the codebase following deprecation.
[pull/136892, pull/137017]
- Test framework and timeout improvements: Pull requests in this topic remove obsolete end-to-end networking test framework code and increase timeout durations for integration tests in the apiextensions-apiserver component to reduce flakiness. Additionally, some of the slowest Horizontal Pod Autoscaler end-to-end tests are marked as slow to prioritize their execution early in the test run.
[pull/136684, pull/137131, pull/137175]
- API and linter enhancements: This includes enabling the optionalorrequired linter for the authentication API and the admissionregistration API group to improve type annotations and OpenAPI schema correctness. It also involves fixing a bug by correcting the
apiVersionin theOwnerReferenceofPodCertificateRequestobjects and improving validation error messages for the Job startTime field.
[pull/136704, pull/136818, pull/137008, pull/137009]
- Code and process cleanup: This topic covers removing temporary build-tagged ProtoMessage methods from Kubernetes REST API types to standardize protobuf serialization, deleting deprecated client-go functions and interfaces, and removing support for the end-of-life release-1.32 branch in publishing rules. It also includes documenting limitations and maintenance policy of the fake client and updating the reviewers list in the OWNERS file.
[pull/136923, pull/136990, pull/137014, pull/137084, pull/137114]
- Kube-apiserver and admission improvements: Pull requests here improve the kube-apiserver and generic API server by making admission quota evaluator initialization conditional on resource availability, preventing unnecessary informer startups and potential health check blocking. They also enable the optionalorrequired linter for the admissionregistration API group to improve schema correctness.
[pull/137009, pull/137121]
- Bug fixes and performance reverts: This includes fixing a kubelet bug where regular containers with a sidecar failed to restart after crashing due to incorrect pod initialization logic. It also covers reverting a previous fix for nftables 1.1.3 that caused performance degradation and failures in large-scale jobs, indicating the need for an alternative solution.
[pull/136969, pull/137169]
- Logging and visibility improvements: This topic adds a log entry for the creation of CertificateSigningRequests at the default kubelet debug level V2, enhancing visibility beyond existing control plane audit logs.
[pull/136895]
- Persistent Volume controller optimization: This pull request refines the PV controller's resync enqueue logic to enqueue only PVs and PVCs requiring reconciliation, improving efficiency by skipping healthy bound pairs while maintaining correctness.
[pull/136904]
- Concurrency and cache safety: This pull request addresses a race condition in the ExpiringCache implementation by replacing the internal map and mutex with Go's
sync.Mapto ensure safe concurrent access and visibility of updates across CPU cores.
[pull/137045]
- Device resource API refactoring: This pull request refactors the device class creation API in DRA end-to-end tests by replacing numeric index-based extended resource naming with descriptive string-based naming and introducing explicit resource creation methods and a builder pattern wrapper.
[pull/137046]
- Documentation updates: This pull request updates the README.md and CONTRIBUTING.md files using AI-generated content to improve and synchronize the Kubernetes project documentation.
[pull/137198]
- Windows test support: This pull request adds support for Windows 2025 to certain end-to-end test images in the Kubernetes project.
[pull/136951]
- Client-go API stability: This pull request proposes reverting a previous breaking change in client-go APIs related to context-aware Start/WaitFor methods in unit tests to maintain API stability and avoid forcing consumers to adapt their codebases.
[pull/137013]
3.3 Pull Request Discussion Insights
This section will analyze the tone and sentiment of discussions within this project's open and closed pull requests that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.
Based on our analysis, there are no instances of toxic discussions in the project's open or closed pull requests from the past week.
IV. Contributors
4.1 Contributors
Active Contributors:
We consider an active contributor in this project to be any contributor who has made at least 1 commit, opened at least 1 issue, created at least 1 pull request, or made more than 2 comments in the last month.
If there are more than 10 active contributors, the list is truncated to the top 10 based on contribution metrics for better clarity.
| Contributor | Commits | Pull Requests | Issues | Comments |
|---|---|---|---|---|
| pohly | 74 | 12 | 2 | 26 |
| brejman | 35 | 4 | 0 | 35 |
| atiratree | 12 | 1 | 0 | 58 |
| macsko | 11 | 2 | 0 | 35 |
| dims | 42 | 1 | 0 | 2 |
| lalitc375 | 17 | 6 | 0 | 11 |
| yongruilin | 31 | 1 | 0 | 0 |
| danwinship | 15 | 6 | 0 | 8 |
| Argh4k | 12 | 2 | 0 | 15 |
| liggitt | 12 | 4 | 0 | 11 |