You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[WARN tini (8)] Tini is not running as PID 1 and isn't registered as a child subreaper.
Zombie processes will not be re-parented to Tini, so zombie reaping won't work.
To fix the problem, use the -s option or set the environment variable TINI_SUBREAPER to register Tini as a child subreaper, or run Tini as PID 1.
Steps to reproduce:
Start shell-operator as a sidecar with shareProcessNamespace: true
Environment:
Shell-operator version: all with tini
Kubernetes version: v1.19
Installation type (kubectl apply, helm chart, etc.):
Expected behavior (what you expected to happen):
Tini is a fit-for-all cases solution.
Actual behavior (what actually happened):
Steps to reproduce:
Start shell-operator as a sidecar with
shareProcessNamespace: true
Environment:
Anything else we should know?:
https://github.com/krallin/tini#subreaping
https://kubernetes.io/docs/tasks/configure-pod-container/share-process-namespace/
The text was updated successfully, but these errors were encountered: