-
Notifications
You must be signed in to change notification settings - Fork 440
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 cpu/memory scaler #277
Conversation
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.
LGTM, nice and simple.
Will leave it up to @zroubalik to merge when implementation is done since I'm out next week.
Signed-off-by: silenceper <silenceper@gmail.com>
0e1ae26
to
ef2d770
Compare
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.
Minor nits.
We should be vocal about the limitations of these scalers with ScaledJobs. |
Signed-off-by: silenceper <silenceper@gmail.com>
LGTM! |
content/docs/2.0/scalers/cpu.md
Outdated
- type: cpu | ||
metadata: | ||
type: Utilization | ||
type: "50" |
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.
type: "50" | |
value: 50 |
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.
thanks.
Signed-off-by: silenceper silenceper@gmail.com
Relates to kedacore/keda#1215
Relates to kedacore/keda#1183