mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-06 18:17:47 +03:00
Allow containerd root and state path to be configured (#7098)
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
# persistent data location
|
||||
root = "{{ containerd_metadata_root_dir }}"
|
||||
# runtime state information
|
||||
state = "{{ containerd_state_dir }}"
|
||||
|
||||
# Kubernetes doesn't use containerd restart manager.
|
||||
disabled_plugins = ["restart"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user