mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 01:29:42 +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:
@@ -77,6 +77,13 @@ dependencies:
|
||||
- apps
|
||||
- persistent_volumes
|
||||
|
||||
- role: kubernetes-apps/container_runtimes
|
||||
when:
|
||||
- inventory_hostname == groups['kube-master'][0]
|
||||
tags:
|
||||
- apps
|
||||
- container-runtimes
|
||||
|
||||
- role: kubernetes-apps/container_engine_accelerator
|
||||
when: nvidia_accelerator_enabled
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user