Allow containerd root and state path to be configured (#7098)

This commit is contained in:
Florian Ruynat
2021-01-05 16:13:58 +01:00
committed by GitHub
parent b02f40b392
commit e0195da80d
3 changed files with 14 additions and 0 deletions

View File

@@ -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"]