diff --git a/templates/arbiter/01-arbiter-container-runtime/_base/files/crio.yaml b/templates/arbiter/01-arbiter-container-runtime/_base/files/crio.yaml index 315172252d..d86b9387d6 100644 --- a/templates/arbiter/01-arbiter-container-runtime/_base/files/crio.yaml +++ b/templates/arbiter/01-arbiter-container-runtime/_base/files/crio.yaml @@ -33,6 +33,7 @@ contents: "/etc/hostname", ] drop_infra_ctr = true + min_injected_gomaxprocs = 1 [crio.runtime.runtimes.runc] runtime_root = "/run/runc" diff --git a/templates/master/01-master-container-runtime/_base/files/crio.yaml b/templates/master/01-master-container-runtime/_base/files/crio.yaml index 315172252d..d86b9387d6 100644 --- a/templates/master/01-master-container-runtime/_base/files/crio.yaml +++ b/templates/master/01-master-container-runtime/_base/files/crio.yaml @@ -33,6 +33,7 @@ contents: "/etc/hostname", ] drop_infra_ctr = true + min_injected_gomaxprocs = 1 [crio.runtime.runtimes.runc] runtime_root = "/run/runc" diff --git a/templates/worker/01-worker-container-runtime/_base/files/crio.yaml b/templates/worker/01-worker-container-runtime/_base/files/crio.yaml index 7829a1c7a5..51a7fd4a83 100644 --- a/templates/worker/01-worker-container-runtime/_base/files/crio.yaml +++ b/templates/worker/01-worker-container-runtime/_base/files/crio.yaml @@ -33,6 +33,7 @@ contents: "/etc/hostname", ] drop_infra_ctr = true + min_injected_gomaxprocs = 1 [crio.runtime.runtimes.runc] runtime_root = "/run/runc"