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

Remove go-reap and use tini as process reaper #722

Merged
merged 1 commit into from
May 17, 2017

Conversation

aledbf
Copy link
Member

@aledbf aledbf commented May 16, 2017

Remove go-reap and use tini as process reaper

Remove go-reap and use tini as process reaper
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 16, 2017
@k8s-reviewable
Copy link

This change is Reviewable

@aledbf aledbf changed the title Auto stash before merge of "master" and "master/master" Remove go-reap and use tini as process reaper May 16, 2017
@aledbf aledbf closed this May 16, 2017
@aledbf aledbf reopened this May 16, 2017
@coveralls
Copy link

Coverage Status

Coverage increased (+0.04%) to 46.945% when pulling 22d63d0 on aledbf:remove-go-reaper into 8ca5fbe on kubernetes:master.

@aledbf aledbf merged commit b4032f0 into kubernetes:master May 17, 2017
@glerchundi
Copy link
Contributor

@aledbf can you explain the motivation behind this? I'm asking just to know the reason behind the fluctuation on using tini or not.

Thanks!

@aledbf
Copy link
Member Author

aledbf commented May 17, 2017

@glerchundi sure, the main reason is we execute commands that are fast and the process reaper in go does not handle correctly (check the removed constants). This behavior produces errors checking changes in the controller configuration and consequently delays in loading new configurations.

@glerchundi
Copy link
Contributor

Understood, thanks!

@aledbf aledbf deleted the remove-go-reaper branch May 18, 2017 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cncf-cla: yes Indicates the PR's author has signed the CNCF CLA.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants