Skip to content

Commit e78b76f

Browse files
committed
In-place pod resize KEP: template update housekeeping - add integration tests section and response to node scalability question
1 parent eccdac4 commit e78b76f

File tree

1 file changed

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

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
- [Test Plan](#test-plan)
3030
- [Prerequisite testing updates](#prerequisite-testing-updates)
3131
- [Unit Tests](#unit-tests)
32+
- [Integration tests](#integration-tests)
3233
- [Pod Resize E2E Tests](#pod-resize-e2e-tests)
3334
- [CRI E2E Tests](#cri-e2e-tests)
3435
- [Resource Quota and Limit Ranges](#resource-quota-and-limit-ranges)
@@ -744,6 +745,12 @@ and the policy controls that are introduced as part of this feature.
744745
CRI unit tests are updated to reflect use of ContainerResources object in
745746
UpdateContainerResources and ContainerStatus APIs.
746747

748+
#### Integration tests
749+
750+
Comprehensive E2E tests provide good coverage for alpha. We may replicate and/or move
751+
some of the E2E tests functionality into integration tests before Beta using data from
752+
any issues we uncover that are not covered by planned and implemented tests.
753+
747754
#### Pod Resize E2E Tests
748755

749756
End-to-End tests resize a Pod via PATCH to Pod's Spec.Containers[i].Resources.
@@ -1126,6 +1133,8 @@ resource usage (CPU, RAM, disk, IO, ...) in any components?** No
11261133
This through this both in small and large cases, again with respect to the
11271134
[supported limits].
11281135

1136+
* **Can enabling / using this feature result in resource exhaustion of some node resources (PIDs, sockets, inodes, etc.)?** No
1137+
11291138
### Troubleshooting
11301139

11311140
The Troubleshooting section currently serves the `Playbook` role. We may consider

0 commit comments

Comments
 (0)