Skip to content

Add code in client package to use kubelet's API to retrieve data from cAdvisor#482

Merged
brendandburns merged 1 commit into
kubernetes:masterfrom
monnand:cadvisor-update-2
Jul 16, 2014
Merged

Add code in client package to use kubelet's API to retrieve data from cAdvisor#482
brendandburns merged 1 commit into
kubernetes:masterfrom
monnand:cadvisor-update-2

Conversation

@monnand

@monnand monnand commented Jul 16, 2014

Copy link
Copy Markdown
Contributor

This is the second piece of change in #448.

In this PR, I defined a new interface named ContainerInfoGetter in pkg/client package. One implementation of it is HTTPContainerInfoGetter, which will retrieve container information from cAdvisor through kubelet.

@lavalamp

Copy link
Copy Markdown
Contributor

There seems to be an update to cAdvisor mixed in with your changes? Does this need a rebase or something? Our dependency updating script should make separate commits when updating a dependency?

@monnand

monnand commented Jul 16, 2014

Copy link
Copy Markdown
Contributor Author

@lavalamp Ah. Yes, I squashed all commits. I thought it was the default way.

I think we don't need a rebase. I have already done it on my local machine.

I did not use the updating script. (Not sure when we added this script. I thought there's only deps.sh.)

Comment thread pkg/client/containerinfo.go Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Put this all on one line?

@brendandburns

Copy link
Copy Markdown
Contributor

LGTM, modulo the one small comment.

@lavalamp

Copy link
Copy Markdown
Contributor

Let's keep the dependency updating separate commits in the future-- makes it easier to see just your changes in the github interface. :)

@monnand

monnand commented Jul 16, 2014

Copy link
Copy Markdown
Contributor Author

@brendandburns Thank you! Comment addressed. PTAL.
@lavalamp OK. I'll do it in the future (However, I may not be able to do it in the third piece of #448 because those commits are already intertwined with dependency changes. Sorry about that.)

brendandburns added a commit that referenced this pull request Jul 16, 2014
Add code in client package to use kubelet's API to retrieve data from cAdvisor
@brendandburns brendandburns merged commit 02b06a2 into kubernetes:master Jul 16, 2014
@monnand

monnand commented Jul 16, 2014

Copy link
Copy Markdown
Contributor Author

Thank you, @brendandburns

vishh pushed a commit to vishh/kubernetes that referenced this pull request Apr 6, 2016
keontang pushed a commit to keontang/kubernetes that referenced this pull request Jul 1, 2016
Build script docker image when releasing
mqliang pushed a commit to mqliang/kubernetes that referenced this pull request Dec 8, 2016
Build script docker image when releasing
mqliang pushed a commit to mqliang/kubernetes that referenced this pull request Mar 3, 2017
Build script docker image when releasing
seans3 pushed a commit to seans3/kubernetes that referenced this pull request Apr 10, 2019
wking pushed a commit to wking/kubernetes that referenced this pull request Jul 21, 2020
Add owners section for subproject owners
k8s-ci-robot added a commit that referenced this pull request May 21, 2021
Cherry pick #482 from cloud provider azure: aggregate errors when putting vmss
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.

3 participants