From 907572942f57d3be60cd1fe52763ec0be89e5831 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 23 Apr 2023 04:07:25 +0200 Subject: kubernetes/standalone: upgrade to 1.27+ --- inventory/host_vars/sk-cloudio/nextcloud.yml | 8 ++++---- inventory/host_vars/sk-cloudio/vars.yml | 6 ++++-- 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'inventory/host_vars/sk-cloudio') diff --git a/inventory/host_vars/sk-cloudio/nextcloud.yml b/inventory/host_vars/sk-cloudio/nextcloud.yml index 0a884ac0..ff6d3794 100644 --- a/inventory/host_vars/sk-cloudio/nextcloud.yml +++ b/inventory/host_vars/sk-cloudio/nextcloud.yml @@ -8,7 +8,7 @@ nextcloud_zfs: nextcloud_instances: wolke.elevate.at: # new: true - version: 25.0.4 + version: 26.0.1 port: 8100 hostnames: - wolke.elevate.at @@ -28,7 +28,7 @@ nextcloud_instances: && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* insomnia.skillz.biz: # new: true - version: 25.0.4 + version: 26.0.1 port: 8101 hostnames: - insomnia.skillz.biz @@ -40,7 +40,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['insomnia.skillz.biz'] }}" nc.skillz.biz: # new: true - version: 25.0.4 + version: 26.0.1 port: 8102 hostnames: - nc.skillz.biz @@ -52,7 +52,7 @@ nextcloud_instances: password: "{{ vault_nextcloud_database_passwords['nc.skillz.biz'] }}" wae.elevate.at: # new: true - version: 25.0.4 + version: 26.0.1 port: 8104 hostnames: - wae.elevate.at diff --git a/inventory/host_vars/sk-cloudio/vars.yml b/inventory/host_vars/sk-cloudio/vars.yml index 99ae27db..7e7379c6 100644 --- a/inventory/host_vars/sk-cloudio/vars.yml +++ b/inventory/host_vars/sk-cloudio/vars.yml @@ -54,6 +54,8 @@ zfs_sanoid_modules: process_children_only: yes +docker_pkg_provider: docker-com + docker_storage: type: zfs pool: storage @@ -68,10 +70,10 @@ kubelet_storage: properties: quota: 20G -kubernetes_version: 1.23.2 +kubernetes_version: 1.27.1 +kubernetes_cri_tools_pkg_version: 1.26.0-00 kubernetes_container_runtime: docker kubernetes_standalone_max_pods: 100 -kubernetes_standalone_pod_cidr: 192.168.255.0/24 kubernetes_standalone_cni_variant: with-portmap kubernetes_standalone_local_services_tcp: -- cgit v1.2.3