Files
kubernetes/pkg
Yifan Gu f64c47ef80 rkt: Use rkt pod's uuid as the systemd service file's name.
Previously, the service file's name is 'k8s_${POD_UID}.service',
which means we need to `systemctl daemon-reload` if the we replace
the content of the service file (e.g. pod is restarted).

However this makes the journal in the previous pod get disconnected.

This PR solves the issue by using the unique rkt uuid as the service
file's name. After the change, the service file's name will be:
'k8s_${rkt_uuid}.service'.
2016-04-14 18:42:44 -07:00
..
2016-04-14 12:49:10 -04:00
2016-04-13 13:18:31 -07:00
2016-04-14 12:49:10 -04:00
2015-12-20 21:59:59 -05:00
2016-03-02 16:21:16 +01:00
2016-03-17 09:30:02 +01:00
2016-04-12 11:09:16 +02:00
2016-02-24 11:22:02 -05:00
2016-03-02 20:46:32 -05:00