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

Increase Dashboard memory limits #44712

Merged
merged 1 commit into from
May 1, 2017

Conversation

maciaszczykm
Copy link
Member

@maciaszczykm maciaszczykm commented Apr 20, 2017

What this PR does / why we need it: Increases memory requests and limits for Dashboard.

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes kubernetes/dashboard#1431

Special notes for your reviewer: Dashboard crashes on large clusters, this change should fix that problem.

Release note:

Increase Dashboard's memory requests and limits

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Apr 20, 2017
@k8s-reviewable
Copy link

This change is Reviewable

@k8s-github-robot k8s-github-robot added size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. release-note-label-needed release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed release-note-label-needed labels Apr 20, 2017
@maciaszczykm
Copy link
Member Author

CC @kubernetes/dashboard-maintainers

@zmerlynn
Copy link
Member

zmerlynn commented May 1, 2017

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 1, 2017
@k8s-github-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: maciaszczykm, zmerlynn

Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@k8s-github-robot k8s-github-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 1, 2017
@k8s-github-robot
Copy link

Automatic merge from submit-queue (batch tested with PRs 43884, 44712, 45124, 43883)

@@ -25,10 +25,10 @@ spec:
# keep request = limit to keep this container in guaranteed class
Copy link

Choose a reason for hiding this comment

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

Now that memory request and limit are different, that comment is probably wrong.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes, you are right. Should I fix it or you will take care of it?

Copy link

Choose a reason for hiding this comment

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

Well, it depends on what is desired: either we fix the comment or the limits to restore the truth.

I believe the latter is the best option to get the Guaranteed QoS on that pod:

If limits and optionally requests (not equal to 0) are set for all resources across all containers and they are equal, then the pod is classified as Guaranteed.

https://github.com/kubernetes/community/blob/master/contributors/design-proposals/resource-qos.md#qos-classes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors for large numbers of objects
7 participants