mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-23 05:56:02 -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:
@@ -207,6 +207,10 @@ kube_profiling: false
|
||||
# Container for runtime
|
||||
container_manager: docker
|
||||
|
||||
# Enable Kata Containers as additional container runtime
|
||||
# When enabled, it requires container_manager=containerd
|
||||
kata_containers_enabled: false
|
||||
|
||||
# Container on localhost (download images when download_localhost is true)
|
||||
container_manager_on_localhost: "{{ container_manager }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user