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 d810f7d5a2..94ae7dfa6b 100644 --- a/templates/master/01-master-container-runtime/_base/files/crio.yaml +++ b/templates/master/01-master-container-runtime/_base/files/crio.yaml @@ -32,6 +32,8 @@ contents: "/etc/hostname", ] drop_infra_ctr = true + minimum_mappable_uid = 1000000000 + minimum_mappable_gid = 1000000000 [crio.runtime.workloads.openshift-builder] activation_annotation = "io.openshift.builder" 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 d810f7d5a2..94ae7dfa6b 100644 --- a/templates/worker/01-worker-container-runtime/_base/files/crio.yaml +++ b/templates/worker/01-worker-container-runtime/_base/files/crio.yaml @@ -32,6 +32,8 @@ contents: "/etc/hostname", ] drop_infra_ctr = true + minimum_mappable_uid = 1000000000 + minimum_mappable_gid = 1000000000 [crio.runtime.workloads.openshift-builder] activation_annotation = "io.openshift.builder"