tinkerbell / playground

Example deployments of the Tinkerbell Stack for use as playground environments
Apache License 2.0
127 stars 85 forks source link

Use init with registry since it forks #115

Closed swills closed 2 years ago

swills commented 2 years ago

Avoids many zombie processes left over

Description

Without this change, many zombie processes get left over in the registry container. Eventually these will run the system out of PIDs

Why is this needed

System will have issues if too many zombie processes are left over

Fixes: #

How Has This Been Tested?

Monitored number of processes via docker stats

How are existing users impacted? What migration steps/scripts do we need?

Bug fix

Checklist:

I have: