mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-19 12:10:11 -03:30
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user