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

kubelet/rkt: Remove dependencies on rkt.store #7859

Merged
merged 2 commits into from May 7, 2015

Conversation

yifan-gu
Copy link
Contributor

@yifan-gu yifan-gu commented May 6, 2015

1st commit change getImageID() and remove the code that uses store.
2nd commit update the godep by removing the rkt.store package.

This could probably fix #7850

/cc @vmarmol @dchen1107 @yujuhong

@vmarmol
Copy link
Contributor

vmarmol commented May 6, 2015

Looks good overall and easier solution than most others! Thanks @yifan-gu!

Replace getImageID() with getImageByName(), this can remove the
dependency on rkt.store.
@yifan-gu
Copy link
Contributor Author

yifan-gu commented May 6, 2015

@vmarmol Nit addressed!

@vmarmol
Copy link
Contributor

vmarmol commented May 7, 2015

LGTM, merging.

vmarmol added a commit that referenced this pull request May 7, 2015
kubelet/rkt: Remove dependencies on rkt.store
@vmarmol vmarmol merged commit f6b7029 into kubernetes:master May 7, 2015
@yifan-gu yifan-gu deleted the rkt_remove_store branch May 7, 2015 17:27
@yifan-gu yifan-gu mentioned this pull request May 14, 2015
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.

rkt: Remove glibc dependency
3 participants