summaryrefslogtreecommitdiff
path: root/roles/k8s/files/daemon.json
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-12-22 21:25:30 -0500
committerThedro Neely <thedroneely@gmail.com>2019-12-22 21:25:30 -0500
commit40654887e0efde614701c281742c6c0d72c5d778 (patch)
tree2330ff6ea553c6ae5d32b1609238195ce448a13e /roles/k8s/files/daemon.json
parent2bb2c78242001dd3139b965845e9004ada3b9e3c (diff)
downloadplaybooks-40654887e0efde614701c281742c6c0d72c5d778.tar.gz
playbooks-40654887e0efde614701c281742c6c0d72c5d778.tar.bz2
playbooks-40654887e0efde614701c281742c6c0d72c5d778.zip
roles/k8s: Add kubernetes cluster playbook
Diffstat (limited to 'roles/k8s/files/daemon.json')
-rw-r--r--roles/k8s/files/daemon.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/k8s/files/daemon.json b/roles/k8s/files/daemon.json
new file mode 100644
index 0000000..5d18abc
--- /dev/null
+++ b/roles/k8s/files/daemon.json
@@ -0,0 +1,8 @@
+{
+ "exec-opts": ["native.cgroupdriver=systemd"],
+ "log-driver": "json-file",
+ "log-opts": {
+ "max-size": "100m"
+ },
+ "storage-driver": "overlay2"
+}