summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/sk-cloudia.yml13
1 files changed, 10 insertions, 3 deletions
diff --git a/inventory/host_vars/sk-cloudia.yml b/inventory/host_vars/sk-cloudia.yml
index b085be8a..e6919456 100644
--- a/inventory/host_vars/sk-cloudia.yml
+++ b/inventory/host_vars/sk-cloudia.yml
@@ -19,7 +19,14 @@ zfs_arc_size:
max: "{{ 16 * 1024 * 1024 * 1024 }}"
-docker_zfs:
+containerd_zfs:
pool: storage
- name: docker
- size: 1G
+ name: containerd
+ size: 40G
+
+kubelet_zfs:
+ pool: storage
+ name: kubelet
+ size: 20G
+
+kubernetes_container_runtime: containerd