diff --git a/inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml b/inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml index 202584a95..8f2fca3da 100644 --- a/inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml +++ b/inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml @@ -197,18 +197,6 @@ container_manager: docker # Additional container runtimes kata_containers_enabled: false -## Settings for containerd runtimes (only used when container_manager is set to containerd) -# containerd_runtimes: -# - name: runc -# type: "io.containerd.runc.v2" -# engine: "" -# root: "" -# Example for Kata Containers as additional runtime: -# - name: kata -# type: io.containerd.kata.v2 -# engine: "" -# root: "" - kubeadm_certificate_key: "{{ lookup('password', credentials_dir + '/kubeadm_certificate_key.creds length=64 chars=hexdigits') | lower }}" # K8s image pull policy (imagePullPolicy)