@@ -68,7 +68,7 @@ More detials can be found in the KEP <https://kep.k8s.io/1040> and the pull requ
68
68
## Event triggered updates to container status
69
69
70
70
` Evented PLEG ` (PLEG is short for "Pod Lifecycle Event Generator") is set to be in beta for v1.27,
71
- Kubernetes offers two ways for the kubelet to detect Pod lifecycle events, such as a the last
71
+ Kubernetes offers two ways for the kubelet to detect Pod lifecycle events, such as the last
72
72
process in a container shutting down.
73
73
In Kubernetes v1.27, the _ event based_ mechanism has graduated to beta but remains
74
74
disabled by default. If you do explicitly switch to event-based lifecycle change detection,
@@ -92,7 +92,7 @@ enabling this feature gate may affect the start-up speed of the pod if the pod s
92
92
a large amount of memory.
93
93
94
94
Kubelet configuration now includes ` memoryThrottlingFactor ` . This factor is multiplied by
95
- the memory limit or node allocatable memory to set the cgroupv2 memory.high value for enforcing
95
+ the memory limit or node allocatable memory to set the cgroupv2 ` memory.high ` value for enforcing
96
96
MemoryQoS. Decreasing this factor sets a lower high limit for container cgroups, increasing reclaim
97
97
pressure. Increasing this factor will put less reclaim pressure. The default value is 0.8 initially
98
98
and will change to 0.9 in Kubernetes v1.27. This parameter adjustment can reduce the potential
@@ -113,7 +113,7 @@ container startup by mounting volumes with the correct SELinux label instead of
113
113
on the volumes recursively. Further details can be found in the KEP < https://kep.k8s.io/1710 > .
114
114
115
115
To identify the cause of slow pod startup, analyzing metrics and logs can be helpful. Other
116
- factorsthat may impact pod startup include container runtime, disk speed, CPU and memory
116
+ factors that may impact pod startup include container runtime, disk speed, CPU and memory
117
117
resources on the node.
118
118
119
119
SIG Node is responsible for ensuring fast Pod startup times, while addressing issues in large
0 commit comments