8f5c4dcd2e
* Install Kata Containers as additional container runtime * Create RuntimeClasses for Kata Containers * Updated Vagrant to optionally run without Docker as container manager * Updated Vagrant to optionally use Libvirt nested virtualization * Add Kata Containers documentation * Fix lint errors * Add kata_containers_enabled to kubespray-defaults * Fixed typo error * Fixed typo error
12 lines
565 B
YAML
12 lines
565 B
YAML
---
|
|
|
|
kata_containers_version: 1.11.1
|
|
kata_containers_release_url: https://github.com/kata-containers/runtime/releases/download/{{ kata_containers_version }}/kata-static-{{ kata_containers_version }}-{{ ansible_architecture }}.tar.xz
|
|
kata_containers_dir: /opt/kata
|
|
kata_containers_config_dir: /etc/kata-containers
|
|
kata_containers_containerd_bin_dir: /usr/local/bin
|
|
|
|
kata_containers_qemu_default_memory: "{{ ansible_memtotal_mb }}"
|
|
kata_containers_qemu_debug: 'false'
|
|
kata_containers_qemu_sandbox_cgroup_only: 'true'
|
|
kata_containers_qemu_enable_mem_prealloc: 'false'
|