mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-18 19:50:11 -03:30
Allow containerd root and state path to be configured (#7098)
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
---
|
||||
# The root directory for containerd metadata
|
||||
containerd_metadata_root_dir: /var/lib/containerd
|
||||
# The state directory for containerd
|
||||
containerd_state_dir: /run/containerd
|
||||
|
||||
containerd_config:
|
||||
grpc:
|
||||
max_recv_message_size: 16777216
|
||||
|
||||
Reference in New Issue
Block a user