From 608e00bffd00b95c0a0646ff55663aae7c97b59f Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 18 Jan 2015 21:01:17 -0500 Subject: [PATCH] contrib/systemd: Add tmpfiles.d file Now that that the apiserver can auto-generate self-signed certificates, and drop them in /var/run/kubernetes (which is really /run/kubernetes), we need to ensure it's created on boot. (I'm not sure why the default isnt' *persistent* self-signed certificates, but that's a different patch) --- contrib/init/systemd/kubernetes-tmpfiles.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 contrib/init/systemd/kubernetes-tmpfiles.conf diff --git a/contrib/init/systemd/kubernetes-tmpfiles.conf b/contrib/init/systemd/kubernetes-tmpfiles.conf new file mode 100644 index 00000000000..97ce00ed4e3 --- /dev/null +++ b/contrib/init/systemd/kubernetes-tmpfiles.conf @@ -0,0 +1 @@ +d /run/kubernetes 0755 kube kube -