-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add new ConfigMap field for max-max-scale #9419
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
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.
@taragu: 0 warnings.
In response to this:
/lint
Part of #8628
Proposed Changes
Add new ConfigMap field for max-max-scale
/assign @vagababov @markusthoemmes @julz
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
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
@@ -150,6 +154,7 @@ func NewConfigFromMap(data map[string]string) (*Config, error) { | |||
|
|||
cm.AsInt32("initial-scale", &lc.InitialScale), | |||
cm.AsInt32("max-scale", &lc.MaxScale), | |||
cm.AsInt32("max-max-scale", &lc.MaxMaxScale), |
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.
I'm not sure whether we can have a better name :)
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.
Yes 😂
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.
MaxestScale 👅
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
@@ -150,6 +154,7 @@ func NewConfigFromMap(data map[string]string) (*Config, error) { | |||
|
|||
cm.AsInt32("initial-scale", &lc.InitialScale), | |||
cm.AsInt32("max-scale", &lc.MaxScale), | |||
cm.AsInt32("max-max-scale", &lc.MaxMaxScale), |
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.
MaxestScale 👅
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: taragu, vagababov The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LOL I think "maxestScale" would have been too funny! |
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.
Oops, I was gonna suggest MaxScaleLimit
(avoids the stutter and consistent with ContainerConcurrencyMaxLimit) but my iPhone GitHub app apparently didn't send it. Oh well.
@julz |
/lint
Part of #8628
Proposed Changes
Add new ConfigMap field for max-max-scale
/assign @vagababov @markusthoemmes @julz