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

Do not set container requests in limit ranger for Kube 1.0 #8875

Merged

Conversation

derekwaynecarr
Copy link
Member

The LimitRanger admission plug-in was setting container.requests to the limitRange.Min if there were no minimum requests specified. Since requests on a container is not supported in 1.0, I am disabling this part of the LimitRanger plug-in and we can revisit at a later time.

/cc @bgrant0607

@bgrant0607
Copy link
Member

LGTM, thanks.

@bgrant0607 bgrant0607 added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label May 27, 2015
rjnagal added a commit that referenced this pull request May 29, 2015
…ests

Do not set container requests in limit ranger for Kube 1.0
@rjnagal rjnagal merged commit ef3d03e into kubernetes:master May 29, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm "Looks good to me", indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants