Browse Source

Add logging options to default docker options

pull/1448/head
Julian Poschmann 8 years ago
parent
commit
380fb986b6
1 changed files with 2 additions and 1 deletions
  1. 3
      inventory/group_vars/k8s-cluster.yml

3
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)

Loading…
Cancel
Save