Skip to content

Commit 8c08201

Browse files
committed
add Risks and Mitigations
1 parent 2fee46f commit 8c08201

File tree

1 file changed

+21
-0
lines changed
  • keps/sig-storage/4049-storage-capacity-scoring-of-nodes-for-dynamic-provisioning

1 file changed

+21
-0
lines changed

keps/sig-storage/4049-storage-capacity-scoring-of-nodes-for-dynamic-provisioning/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ tags, and then generate with `hack/update-toc.sh`.
8787
- [Story 1](#story-1)
8888
- [Story 2](#story-2)
8989
- [Notes/Constraints/Caveats (Optional)](#notesconstraintscaveats-optional)
90+
- [Risks and Mitigations](#risks-and-mitigations)
9091
- [Design Details](#design-details)
9192
- [Modify stateData to be able to store StorageCapacity](#modify-statedata-to-be-able-to-store-storagecapacity)
9293
- [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.
263264
This might be a good place to talk about core concepts and how they relate.
264265
-->
265266

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+
266287
## Design Details
267288

268289
<!--

0 commit comments

Comments
 (0)