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

Fix setting resource isolation in Docker 1.6+ #8491

Merged
merged 2 commits into from
May 19, 2015

Conversation

vmarmol
Copy link
Contributor

@vmarmol vmarmol commented May 19, 2015

Updates go-dockerclient and sets resource isolation parameters in Create() and Start().

/cc @dchen1107

Will run e2e tomorrow.

Adds support for new Docker remote API.
@vmarmol
Copy link
Contributor Author

vmarmol commented May 19, 2015

Ran e2e, all tests pass! Verified shares are set manually.

@dchen1107 dchen1107 self-assigned this May 19, 2015
@dchen1107
Copy link
Member

Thanks for the fix. LGTM except one nit. :-)

This allows for backwards and forwards compatability since old Docker
versions expect it in Create() and newer ones do so in Start().

Fixes kubernetes#8358
@dchen1107
Copy link
Member

LGTM

dchen1107 added a commit that referenced this pull request May 19, 2015
Fix setting resource isolation in Docker 1.6+
@dchen1107 dchen1107 merged commit 349d8b1 into kubernetes:master May 19, 2015
@vmarmol vmarmol deleted the fix-isolation branch May 27, 2015 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants