mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-17 11:10:09 -03:30
feat: add containerd_extra_runtime_args for CRI runtime configuration (#12247)
Add support for injecting additional configuration options into the containerd CRI runtime plugin section via containerd_extra_runtime_args.
This commit is contained in:
@@ -84,6 +84,15 @@ containerd_cfg_dir: /etc/containerd
|
||||
# Extra config to be put in {{ containerd_cfg_dir }}/config.toml literally
|
||||
containerd_extra_args: ''
|
||||
|
||||
# Extra runtime configuration options to be injected into the containerd CRI runtime plugin section
|
||||
# [plugins."io.containerd.cri.v1.runtime"]. This is useful for adding containerd runtime
|
||||
# configuration options that aren't explicitly supported by Kubespray's default variables.
|
||||
# Example:
|
||||
# containerd_extra_runtime_args:
|
||||
# device_ownership_from_security_context: true
|
||||
# another_option: "value"
|
||||
containerd_extra_runtime_args: {}
|
||||
|
||||
# Configure registry auth (if applicable to secure/insecure registries)
|
||||
containerd_registry_auth: []
|
||||
# - registry: 10.0.0.2:5000
|
||||
|
||||
Reference in New Issue
Block a user