Navigation Menu

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

Move ComputePodChanges to the Docker runtime #7480

Merged
merged 1 commit into from Apr 29, 2015

Conversation

vmarmol
Copy link
Contributor

@vmarmol vmarmol commented Apr 29, 2015

Depends on the refactoring in #7479. Split into two PRs for ease of review.

/cc @yujuhong @dchen1107 @yifan-gu

@yujuhong
Copy link
Contributor

Correct me if I am wrong. Prober is only used in dockertools/manager, so eventually we will create the prober there, instead of in the kubelet?

@vmarmol
Copy link
Contributor Author

vmarmol commented Apr 29, 2015

The Prober will be used by other runtimes too so it will probably be created by Kubelet and injected into the runtimes.

@yujuhong
Copy link
Contributor

I was thinking that each runtime can create its own prober, so that kubelet doesn't have to create and pass the runner. Since kubelet uses runner for other purposes, this seems fine to me. Thanks for clarifying.

This logic is specific to the Docker runtime. This move is the first
step towards making syncPod() runtime-agnostic.
@vmarmol
Copy link
Contributor Author

vmarmol commented Apr 29, 2015

Yes, Travis is green finally :)

@yifan-gu
Copy link
Contributor

LGTM! Thanks @vmarmol !

yujuhong added a commit that referenced this pull request Apr 29, 2015
Move ComputePodChanges to the Docker runtime
@yujuhong yujuhong merged commit ba1140a into kubernetes:master Apr 29, 2015
@vmarmol vmarmol deleted the runtime-syncpod branch April 29, 2015 23:07
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

4 participants