From 8f764b113e98e2f9197bebe77a410b93f7d2923f Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Mon, 10 Feb 2020 20:43:40 -0500 Subject: [PATCH] Support for adding test-handler for containerd --- cluster/gce/gci/configure-helper.sh | 9 +++++++++ cluster/gce/util.sh | 1 + 2 files changed, 10 insertions(+) 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}" <