Skip to content

Commit 5c33eef

Browse files
committed
dynamic resource allocation: split up scalability test criteria
It makes sense to start with scalability testing early, so for beta we should already have a test that seems realistic. For GA we can then extend that based on user feedback.
1 parent 2bfcb9e commit 5c33eef

File tree

1 file changed

+6
-1
lines changed
  • keps/sig-node/3063-dynamic-resource-allocation

1 file changed

+6
-1
lines changed

keps/sig-node/3063-dynamic-resource-allocation/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2163,6 +2163,9 @@ For beta:
21632163
- Positive acknowledgment from 3 would-be implementors of a resource driver,
21642164
from a diversity of companies or projects
21652165
- Tests are in Testgrid and linked in KEP
2166+
- At least one scalability test for a likely scenario (for example,
2167+
several pods each using different claims that get created from
2168+
inline templates)
21662169
- Documentation for users and resource driver developers published
21672170
- In addition to the basic features, we also handle:
21682171
- reuse of network-attached resources after unexpected node shutdown
@@ -2171,7 +2174,9 @@ For beta:
21712174

21722175
- 3 examples of real-world usage
21732176
- Agreement that quota management is sufficient
2174-
- Conformance, downgrade tests and scalability tests
2177+
- Conformance and downgrade tests
2178+
- Scalability tests that mirror real-world usage as
2179+
determined by user feedback
21752180
- Allowing time for feedback
21762181

21772182

0 commit comments

Comments
 (0)