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

Index Pods by UID and join with containers based on this. #1412

Merged
merged 2 commits into from
May 3, 2016

Conversation

tomwilkie
Copy link
Contributor

@tomwilkie tomwilkie commented Apr 29, 2016

Fixes #1395, fixes #822

@tomwilkie tomwilkie self-assigned this Apr 29, 2016
@tomwilkie tomwilkie changed the title Index Pods by UID and join with containers based on this. [WIP] Index Pods by UID and join with containers based on this. Apr 29, 2016
@tomwilkie tomwilkie force-pushed the 1395-pause-container branch from ac45e9d to 671b4dd Compare April 29, 2016 16:12
@tomwilkie tomwilkie changed the title [WIP] Index Pods by UID and join with containers based on this. Index Pods by UID and join with containers based on this. Apr 29, 2016
@tomwilkie tomwilkie assigned paulbellamy and unassigned tomwilkie Apr 29, 2016
PodState: p.State(),
PodIP: p.Status.PodIP,
n := report.MakeNodeWith(report.MakePodNodeID(p.UID()), map[string]string{
PodID: p.ID(),

This comment was marked as abuse.

This comment was marked as abuse.

@tomwilkie tomwilkie force-pushed the 1395-pause-container branch from 671b4dd to 1c74dc2 Compare May 3, 2016 10:52
@tomwilkie
Copy link
Contributor Author

@paulbellamy PTAL

@paulbellamy
Copy link
Contributor

LGTM

@tomwilkie tomwilkie merged commit 94b76b9 into master May 3, 2016
@tomwilkie tomwilkie deleted the 1395-pause-container branch May 3, 2016 11:39
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.

Pause containers don't show as children of pods Missing pod names in kubernetes' pod view
2 participants