-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add storage capacity scoring KEP #1
Conversation
@bells17 |
Co-authored-by: Shinya Hayashi <[email protected]>
keps/sig-storage/0000-storage-capacity-scoring-for-dynamic-provisioning/README.md
Outdated
Show resolved
Hide resolved
keps/sig-storage/0000-storage-capacity-scoring-for-dynamic-provisioning/README.md
Outdated
Show resolved
Hide resolved
|
||
On the following cases, it is needed to schedule pods considering storage capacity. | ||
|
||
- We want to select a node with as much free space as possible so that we can resize after a node-local PV is scheduled, and use storage as evenly as possible among the nodes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use storage as evenly as possible among the nodes
このケースがなぜ必要かがわからないので消したほうが良いかも。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
どちらかというと resize したいから、フリースペースがあるノードを選びたいので、
Because we want to resize ..., it should select a node ... とかのほうが良いかも
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
77cd66b で修正済み
keps/sig-storage/0000-storage-capacity-scoring-for-dynamic-provisioning/README.md
Outdated
Show resolved
Hide resolved
keps/sig-storage/0000-storage-capacity-scoring-for-dynamic-provisioning/README.md
Outdated
Show resolved
Hide resolved
keps/sig-storage/0000-storage-capacity-scoring-for-dynamic-provisioning/README.md
Outdated
Show resolved
Hide resolved
keps/sig-storage/0000-storage-capacity-scoring-for-dynamic-provisioning/README.md
Outdated
Show resolved
Hide resolved
keps/sig-storage/0000-storage-capacity-scoring-for-dynamic-provisioning/README.md
Outdated
Show resolved
Hide resolved
The PR below is a PoC implementation of the above design. | ||
https://github.com/bells17/kubernetes/pull/1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
KEPから外部リポジトリ参照するのは微妙なんで消したほうが良い気がします。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
77cd66b で修正済み
keps/sig-storage/0000-storage-capacity-scoring-for-dynamic-provisioning/README.md
Outdated
Show resolved
Hide resolved
…visioning/README.md Co-authored-by: FUKAYA Toshikuni <[email protected]>
…visioning/README.md Co-authored-by: FUKAYA Toshikuni <[email protected]>
…visioning/README.md Co-authored-by: FUKAYA Toshikuni <[email protected]>
…visioning/README.md Co-authored-by: FUKAYA Toshikuni <[email protected]>
…visioning/README.md Co-authored-by: FUKAYA Toshikuni <[email protected]>
…visioning/README.md Co-authored-by: FUKAYA Toshikuni <[email protected]>
…visioning/README.md Co-authored-by: FUKAYA Toshikuni <[email protected]>
…visioning/README.md Co-authored-by: FUKAYA Toshikuni <[email protected]>
…visioning/README.md Co-authored-by: FUKAYA Toshikuni <[email protected]>
…cements into storage-capacity-scoring-kep
keps/sig-storage/0000-storage-capacity-scoring-of-nodes-for-dynamic-provisioning/README.md
Outdated
Show resolved
Hide resolved
This PR has been reworked into the following PR. |
No description provided.