From 1ba05d51a6291c9028d780fa132b3eab62e17bf2 Mon Sep 17 00:00:00 2001 From: Joe Betz Date: Fri, 14 Dec 2018 12:01:45 -0800 Subject: [PATCH] Perform GCE log rotation check every 5 minutes --- cluster/gce/gci/master.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cluster/gce/gci/master.yaml b/cluster/gce/gci/master.yaml index 7a74113afa..fd0a88d081 100644 --- a/cluster/gce/gci/master.yaml +++ b/cluster/gce/gci/master.yaml @@ -83,10 +83,10 @@ write_files: owner: root content: | [Unit] - Description=Hourly kube-logrotate invocation + Description=kube-logrotate invocation [Timer] - OnCalendar=hourly + OnCalendar=*-*-* *:00/5:00 [Install] WantedBy=kubernetes.target