mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-13 13:44:41 -03:30
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:
@@ -1,5 +1,12 @@
|
||||
---
|
||||
dependencies:
|
||||
- role: container-engine/kata-containers
|
||||
when:
|
||||
- kata_containers_enabled
|
||||
tags:
|
||||
- container-engine
|
||||
- kata-containers
|
||||
|
||||
- role: container-engine/cri-o
|
||||
when:
|
||||
- container_manager == 'crio'
|
||||
|
||||
Reference in New Issue
Block a user