diff --git a/cluster/gce/gci/configure-helper.sh b/cluster/gce/gci/configure-helper.sh index ef639727537..481eb6b5b9d 100644 --- a/cluster/gce/gci/configure-helper.sh +++ b/cluster/gce/gci/configure-helper.sh @@ -2687,6 +2687,15 @@ oom_score = -999 endpoint = ["https://mirror.gcr.io","https://registry-1.docker.io"] EOF + if [[ "${CONTAINER_RUNTIME_TEST_HANDLER:-}" == "true" ]]; then + cat >> "${config_path}" <