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
8 lines
187 B
YAML
8 lines
187 B
YAML
---
|
|
dependencies:
|
|
- role: kubernetes-apps/container_runtimes/kata_containers
|
|
when: kata_containers_enabled
|
|
tags:
|
|
- apps
|
|
- kata-containers
|
|
- container-runtimes
|