mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-22 13:36:06 -03:30
Add variables to configure Containerd default runtime, untrusted runt… (#5497)
* Add variables to configure Containerd default runtime, untrusted runtime and additional runtimes * Add containerd settings to sample inventory * Empty commit
This commit is contained in:
@@ -48,3 +48,22 @@ containerd_debian_repo_base_url: 'https://download.docker.com/linux/debian'
|
||||
containerd_debian_repo_gpgkey: 'https://download.docker.com/linux/debian/gpg'
|
||||
containerd_debian_repo_repokey: '9DC858229FC7DD38854AE2D88D81803C0EBFCD88'
|
||||
containerd_debian_repo_component: 'stable'
|
||||
|
||||
containerd_default_runtime:
|
||||
type: io.containerd.runtime.v1.linux
|
||||
engine: ''
|
||||
root: ''
|
||||
|
||||
# Additional runtimes for containerd configuration
|
||||
#
|
||||
# Example for Kata Containers:
|
||||
# containerd_runtimes:
|
||||
# - name: kata
|
||||
# type: io.containerd.kata.v2
|
||||
# engine: ""
|
||||
# root: ""
|
||||
containerd_runtimes: []
|
||||
|
||||
containerd_untrusted_runtime_type: ''
|
||||
containerd_untrusted_runtime_engine: ''
|
||||
containerd_untrusted_runtime_root: ''
|
||||
|
||||
Reference in New Issue
Block a user