mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 11:47:47 +03:00
Add support for Kata Containers (#6256)
* 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
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
---
|
||||
kind: RuntimeClass
|
||||
apiVersion: node.k8s.io/v1beta1
|
||||
metadata:
|
||||
name: kata-qemu
|
||||
handler: kata-qemu
|
||||
{% if kata_containers_qemu_overhead %}
|
||||
overhead:
|
||||
podFixed:
|
||||
cpu: {{ kata_containers_qemu_overhead_fixed_cpu }}
|
||||
memory: {{ kata_containers_qemu_overhead_fixed_memory }}
|
||||
{% endif %}
|
||||
Reference in New Issue
Block a user