-
Notifications
You must be signed in to change notification settings - Fork 105
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
feat(resource-recommend): add resource recommend controller #483
Merged
waynepeking348
merged 1 commit into
kubewharf:main
from
ZhangsongLee:feat/lzs-resource-recommend
Mar 15, 2024
Merged
feat(resource-recommend): add resource recommend controller #483
waynepeking348
merged 1 commit into
kubewharf:main
from
ZhangsongLee:feat/lzs-resource-recommend
Mar 15, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ZhangsongLee
requested review from
luomingmeng,
caohe and
waynepeking348
as code owners
February 21, 2024 14:58
ZhangsongLee
force-pushed
the
feat/lzs-resource-recommend
branch
10 times, most recently
from
February 24, 2024 14:00
015fe23
to
ca0cb72
Compare
ZhangsongLee
force-pushed
the
feat/lzs-resource-recommend
branch
9 times, most recently
from
February 26, 2024 09:25
f4fbe6c
to
b544755
Compare
ZhangsongLee
changed the title
[WIP]feat(resource-recommend): add resource recommend controller
feat(resource-recommend): add resource recommend controller
Feb 26, 2024
pkg/controller/resource-recommend/types/conditions/conditions.go
Outdated
Show resolved
Hide resolved
ZhangsongLee
force-pushed
the
feat/lzs-resource-recommend
branch
from
February 26, 2024 16:45
b544755
to
1e5730b
Compare
ZhangsongLee
force-pushed
the
feat/lzs-resource-recommend
branch
3 times, most recently
from
February 29, 2024 02:21
b7791f0
to
50e0c00
Compare
caohe
reviewed
Mar 1, 2024
ZhangsongLee
force-pushed
the
feat/lzs-resource-recommend
branch
2 times, most recently
from
March 7, 2024 12:26
11a7a33
to
0c74aec
Compare
caohe
previously approved these changes
Mar 7, 2024
luomingmeng
reviewed
Mar 11, 2024
luomingmeng
reviewed
Mar 11, 2024
ZhangsongLee
force-pushed
the
feat/lzs-resource-recommend
branch
from
March 12, 2024 12:21
0c74aec
to
101f0d8
Compare
caohe
previously approved these changes
Mar 14, 2024
ZhangsongLee
force-pushed
the
feat/lzs-resource-recommend
branch
from
March 15, 2024 02:20
101f0d8
to
06f7916
Compare
luomingmeng
approved these changes
Mar 15, 2024
caohe
approved these changes
Mar 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
Features
What this PR does / why we need it:
this pr is a new feature that enhances Kubernetes resource utilization by providing the ability to recommend resource specifications for workloads. The new controller analyzes historical resource usage, recommend configuration values for cpu and mem.
The controller consists of three main modules
UML
Which issue(s) this PR fixes:
Support for recommending resource specifications for workloads
Special notes for your reviewer: