diff options
author | Christian Pointner <equinox@spreadspace.org> | 2024-01-12 23:53:40 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2024-01-12 23:54:01 +0100 |
commit | 6ff0f56c468fc0311cee3bd213de6ce8663fbeb7 (patch) | |
tree | 312beb0595853a1de8d3336499a621fca5454f15 /inventory/host_vars/ch-apps/vars.yml | |
parent | switch to new kubernetes apt repo (diff) |
fix kubernetes roles to accomodate new package naming convention
Diffstat (limited to 'inventory/host_vars/ch-apps/vars.yml')
-rw-r--r-- | inventory/host_vars/ch-apps/vars.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-apps/vars.yml b/inventory/host_vars/ch-apps/vars.yml index 03be1a58..b3a93483 100644 --- a/inventory/host_vars/ch-apps/vars.yml +++ b/inventory/host_vars/ch-apps/vars.yml @@ -114,7 +114,6 @@ kubelet_storage: 'syncoid:sync': 'false' kubernetes_version: 1.28.2 -kubernetes_cri_tools_pkg_version: 1.26.0-00 kubernetes_container_runtime: docker kubernetes_standalone_max_pods: 42 kubernetes_standalone_cni_variant: with-portmap |