Hide Forgot
there is a pull request upstream: https://github.com/aveshagarwal/flannel-container/pull/4 that addresses this issue in a different way as we cannot use Type=notify yet. The PID known to the container process is different than the one on the host. We will have to figure out a way to support this in future. CoreOS uses a separate tool (sdnotify-proxy) to convert from the container PID namespace.
In addition, Type=notify is still useful to catch errors from the runc process. For example, the container ID has already existed.
Hi Giuseppe, I am not sure how is your PR https://github.com/aveshagarwal/flannel-container/pull/4 is related to the issue CAI is talking about here with Type=notify?