File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
keps/sig-storage/4049-storage-capacity-scoring-of-nodes-for-dynamic-provisioning Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ tags, and then generate with `hack/update-toc.sh`.
87
87
- [ Story 1] ( #story-1 )
88
88
- [ Story 2] ( #story-2 )
89
89
- [ Notes/Constraints/Caveats (Optional)] ( #notesconstraintscaveats-optional )
90
+ - [ Risks and Mitigations] ( #risks-and-mitigations )
90
91
- [ Design Details] ( #design-details )
91
92
- [ Modify stateData to be able to store StorageCapacity] ( #modify-statedata-to-be-able-to-store-storagecapacity )
92
93
- [ Get the capacity of nodes for dynamic provisioning] ( #get-the-capacity-of-nodes-for-dynamic-provisioning )
@@ -263,6 +264,26 @@ Go in to as much detail as necessary here.
263
264
This might be a good place to talk about core concepts and how they relate.
264
265
-->
265
266
267
+ ### Risks and Mitigations
268
+
269
+ <!--
270
+ What are the risks of this proposal, and how do we mitigate? Think broadly.
271
+ For example, consider both security and how this will impact the larger
272
+ Kubernetes ecosystem.
273
+
274
+ How will security be reviewed, and by whom?
275
+
276
+ How will UX be reviewed, and by whom?
277
+
278
+ Consider including folks who also work outside the SIG or subproject.
279
+ -->
280
+
281
+ | Risk | Impact | Mitigation |
282
+ | -------------------------------------------------------------------------------- | ------ | -------------------------------------------------- |
283
+ | Misconfiguration of storage capacity scoring parameters | Medium | Provide documentation |
284
+ | Potential performance overhead due to additional scoring calculations | Low | Optimize scoring algorithms |
285
+ | Loss of optimized scheduling after downgrading to a version without this feature | Medium | Explain the impact of downgrading in documentation |
286
+
266
287
## Design Details
267
288
268
289
<!--
You can’t perform that action at this time.
0 commit comments