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

Add --docker_only flag to enable tracking for only docker containers & root. #670

Merged
merged 1 commit into from
May 1, 2015

Conversation

rjnagal
Copy link
Contributor

@rjnagal rjnagal commented Apr 30, 2015

This reduces unnecessary load on the system and also cleans up the UI clutter.
Currently defaulted to false.

@rjnagal rjnagal changed the title Add --docker-only flag to enable tracking for only docker containers & root. Add --docker_only flag to enable tracking for only docker containers & root. Apr 30, 2015
Name: containerName,
}

// Check that the container didn't already exist.
Copy link
Contributor

Choose a reason for hiding this comment

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

stale comment?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed

@rjnagal rjnagal force-pushed the docker branch 2 times, most recently from a95dd2b to 81f4279 Compare April 30, 2015 18:36
@vmarmol
Copy link
Contributor

vmarmol commented Apr 30, 2015

We'll print out each new raw container as a failure. We will also "detect" them every 60s and re-print out the failure. We need to somehow tell the manager to ignore the container. Maybe create it but don't house keep it?

…and root.

This reduces unnecessary load on the system and also cleans up the UI clutter.
Currently defaulted to false.
@rjnagal
Copy link
Contributor Author

rjnagal commented Apr 30, 2015

Just ignoring housekeeping still shows the container in all APIs and UI. Its a query-able container that doesn't return anything.

Uploaded a different fix that distinguish failed vs ignored containers in manager and silently fails the latter. PTAL.

@vmarmol
Copy link
Contributor

vmarmol commented May 1, 2015

LGTM, thanks @rjnagal! Merging, the e2e machines are unhappy :(

vmarmol added a commit that referenced this pull request May 1, 2015
Add --docker_only flag to enable tracking for only docker containers & root.
@vmarmol vmarmol merged commit 95f1ee9 into google:master May 1, 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.

2 participants