sig-node-bug-scrub

@sig-node-bug-scrub

SIG Node bug scrub: https://kubernetes.slack.com/archives/C02491CNJKZ

Public team

Joined on Jun 11, 2021

  • It’s currently not straightforward for users to know the effective resource requirements for a pod. The formula for this is Max ( Max(initContainers), Sum(Containers)) + pod overhead. This is derived from the fact that init containers run serially and to completion before non-init containers. The effective request for each resource is then the maximum of the largest request for a resource in any init container, and the sum of that resources across all non-init containers. The introduction of in place pod updates of resource requirement in KEP 1287 further complicates effective resource requirement calculation as Pod.Spec.Containers[i].Resources becomes a desired state field and may not represent the actual resources in use. The KEP notes that: Schedulers should use the larger of Spec.Containers[i].Resources and Status.ContainerStatuses[i].ResourcesAllocated when considering available space on a node. We can introduce ContainerUse to represent this value: ContainerUse(i) = Max(Spec.Containers[i].Resources, Status.ContainerStatuses[i].ResourcesAllocated)
     Like  Bookmark
  • This document outlines the goals and processes of SIG node bug triage. As of 6/11/2021 we have 458 issues in sig/node. Date: Jun 24th-25th globally, starting Thu. June 24 at 00:00 UTC until 23:99 on Fri. June 25 Regions: Kickoff: 00:00 UTC June 24 APAC: 01:00-09:00 UTC both days EMEA: 09:00-17:00 UTC both days
     Like 3 Bookmark