Override the default value of containerd's root, state, and oom_score (#7622)

* Override the default value of containerd's root, state, and oom_score configurations

* Add tests data for containerd_storage_dir, containerd_state_dir and containerd_oom_score variables
This commit is contained in:
Fatih Sarhan
2021-05-19 18:24:53 +03:00
committed by GitHub
parent 26c1d42fff
commit 59fc17f4e3
4 changed files with 15 additions and 0 deletions

View File

@@ -39,3 +39,8 @@ tls_cipher_suites:
etcd_tls_cipher_suites:
- TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
- TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
# Containerd
containerd_storage_dir: /var/data/containerd
containerd_state_dir: /run/cri/containerd
containerd_oom_score: -999