Skip to content

Commit 6dae73e

Browse files
committed
Clarify ContainerStatus.Resources use
1 parent cd82e55 commit 6dae73e

File tree

1 file changed

+1
-0
lines changed
  • keps/sig-node/1287-in-place-update-pod-resources

1 file changed

+1
-0
lines changed

keps/sig-node/1287-in-place-update-pod-resources/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ The Kubelet now tracks 4 sets of resources for each pod/container:
428428
- The actual resource configuration the containers are running with, reported by the runtime,
429429
typically read directly from the cgroup configuration
430430
- Reported in the API via the `.status.conatinerStatuses[i].resources` field
431+
- _Note: for non-running contiainers `.status.conatinerStatuses[i].resources` will be the Allocated resources._
431432

432433
Changes are always propogated through these 4 resource states in order:
433434

0 commit comments

Comments
 (0)