-
Notifications
You must be signed in to change notification settings - Fork 813
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
Update fleet autoscaling limited signification(#2828) #3448
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
a9d3eb9
to
bbb0d4e
Compare
Build Succeeded 👏 Build Id: aa917877-851e-431c-bb1c-0141f9e7639b The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
@@ -1084,7 +1084,7 @@ data: | |||
} | |||
], | |||
"thresholds": "", | |||
"title": "Scaling Limited", | |||
"title": "Scaling Down or Up Limited", |
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.
nitpick but scale out/in sounds more suitable here.
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: atgane, gongmax The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
New changes are detected. LGTM label has been removed. |
Build Succeeded 👏 Build Id: 269596b9-d025-4151-a1da-7347bcaae6de The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
|
||
if replicas < b.MinReplicas { | ||
replicas = b.MinReplicas | ||
limited = true | ||
scalingDownLimited = true |
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.
Sorry for the back and forth but better to change this and line 233, 236 too for consistency
Build Failed 😱 Build Id: b19463c9-6c5f-4a0d-bb04-f0e851d4bf2f To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Failed 😱 Build Id: ab4f6983-3d91-4363-a4fa-dfd7187d3152 To get permission to view the Cloud Build view, join the agones-discuss Google Group. |
Build Succeeded 👏 Build Id: 2ddcc15e-06d6-4957-a847-9c0ce7dbe931 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
What type of PR is this?:
/kind documentation
What this PR does / Why we need it:
ScalingLimited
.It's actually
ScalingUpOrDownLimited
in applyBufferPolicy(). It works like above image:✅ So I want to change grafana metric title
ScalingLimited
toScaling Down or Up Limited
and enhance code readabilityWhich issue(s) this PR fixes:
Special notes for your reviewer: N/A