Skip to content
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: Optimize UnitedDeployment replicas settings #1247

Merged
merged 1 commit into from
Jun 13, 2023

Conversation

y-ykcir
Copy link
Contributor

@y-ykcir y-ykcir commented Apr 7, 2023

Ⅰ. Describe what this PR does

Optimize UnitedDeployment replicas settings:
add optimization for the situation when spec.replicas is not set (nil)

Ⅱ. Does this pull request fix one issue?

fixed #1220

Ⅲ. Describe how to verify it

Ⅳ. Special notes for reviews

@kruise-bot kruise-bot added the size/L size/L: 100-499 label Apr 7, 2023
}
} else if count != len(spec.Topology.Subsets) {
// validate all of subsets replicas are not nil
allErrs = append(allErrs, field.Invalid(fldPath.Child("topology", "subsets"), sumReplicas, fmt.Sprintf("if UnitedDeployment replicas is not provided, replicas of all subsets should be provided")))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

S1039: unnecessary use of fmt.Sprintf


ℹ️ Expand to see all @sonatype-lift commands

You can reply with the following commands. For example, reply with @sonatype-lift ignoreall to leave out all findings.

Command Usage
@sonatype-lift ignore Leave out the above finding from this PR
@sonatype-lift ignoreall Leave out all the existing findings from this PR
@sonatype-lift exclude <file|issue|path|tool> Exclude specified file|issue|path|tool from Lift findings by updating your config.toml file

Note: When talking to LiftBot, you need to refresh the page to see its response.
Click here to add LiftBot to another repo.


Help us improve LIFT! (Sonatype LiftBot external survey)

Was this a good recommendation for you? Answering this survey will not impact your Lift settings.

[ 🙁 Not relevant ] - [ 😕 Won't fix ] - [ 😑 Not critical, will fix ] - [ 🙂 Critical, will fix ] - [ 😊 Critical, fixing now ]

Signed-off-by: ricky <yricky509@gmail.com>
@y-ykcir
Copy link
Contributor Author

y-ykcir commented Apr 17, 2023

@veophi PTAL

@zmberg
Copy link
Member

zmberg commented Jun 1, 2023

/lgtm

@zmberg
Copy link
Member

zmberg commented Jun 13, 2023

/approve

@kruise-bot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: zmberg

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kruise-bot kruise-bot merged commit 9e74506 into openkruise:master Jun 13, 2023
diannaowa pushed a commit to diannaowa/kruise that referenced this pull request Aug 29, 2023
lilongfeng0902 pushed a commit to lilongfeng0902/kruise that referenced this pull request Sep 12, 2023
ppbits pushed a commit to ppbits/kruise that referenced this pull request Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature request] Optimize UnitedDeployment replicas settings
3 participants