-
Notifications
You must be signed in to change notification settings - Fork 294
master: flanneld seems to be timing out while running decrypt-tls-asset in ExecStartPre #65
Comments
I guess timing out/terminating decrypt-tls-assets like this would needlessly make flanneld startup time longer. The timeout seems to be 10 second according to timestamps. |
According to the systemd doc, there seems no specific configuration just for |
Currently testing with
Now it takes 2min until flanneld fully starts up: However, 60 sec doesn't seem to be sufficient:
|
With
https://gist.github.com/mumoshu/763efc6c923c966323c6d9757425f738 There're no timeouts and it takes only 1min 32 sec until up 🎉 |
This slowness is almost certainly slipped into v0.9.1-rc.1 via #34, and have been active since then. |
With 7ea5f6b, I've seen an error message like:
Full log can be seen at https://gist.github.com/mumoshu/6f9fe119f882d3fcda40322d209123d8
It seems that after decrypt-tls-assets timing out, systemd continues to run next ExecStartPre, which also end up with an error like
etcd-client.pem: no such file or directory
(it might be so because you systemd terminated decrypt-tls-assets which is intended to generate that file!)It seems to take about 3 min 30 sec until flanneld fully gets up and running.
Could we shorten it by removing unnecessary timeouts like this?
The text was updated successfully, but these errors were encountered: