From 380fb986b62b168d7acbf585ef9fff3855c439a0 Mon Sep 17 00:00:00 2001
From: Julian Poschmann <julian.poschmann@lancom.de>
Date: Fri, 7 Jul 2017 12:39:42 +0200
Subject: [PATCH] Add logging options to default docker options

---
 inventory/group_vars/k8s-cluster.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/inventory/group_vars/k8s-cluster.yml b/inventory/group_vars/k8s-cluster.yml
index 350be8240..5c8d38f9c 100644
--- a/inventory/group_vars/k8s-cluster.yml
+++ b/inventory/group_vars/k8s-cluster.yml
@@ -115,7 +115,8 @@ docker_daemon_graph: "/var/lib/docker"
 ## This string should be exactly as you wish it to appear.
 ## An obvious use case is allowing insecure-registry access
 ## to self hosted registries like so:
-docker_options: "--insecure-registry={{ kube_service_addresses }} --graph={{ docker_daemon_graph }}"
+
+docker_options: "--insecure-registry={{ kube_service_addresses }} --graph={{ docker_daemon_graph }}  {{ docker_log_opts }}"
 docker_bin_dir: "/usr/bin"
 
 # Settings for containerized control plane (etcd/kubelet/secrets)
-- 
GitLab