From 7ff4572f79260dac345a512eb03a7e249b8b029b Mon Sep 17 00:00:00 2001 From: Sascha Grunert Date: Tue, 4 Jul 2023 12:12:10 +0200 Subject: [PATCH] Remove reference to `RUNTIME` variable in `build/root/Makefile` All runtimes are remote now, which is one of the last artifacts from dockershim removal. We can mention that we fallback to the runtime endpoint for the image endpoint, though. Signed-off-by: Sascha Grunert --- build/root/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/root/Makefile b/build/root/Makefile index 23f93a30f8b..b720b0b973e 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -228,7 +228,7 @@ define TEST_E2E_NODE_HELP_INFO # CONTAINER_RUNTIME_ENDPOINT: remote container endpoint to connect to. # Defaults to "/run/containerd/containerd.sock". # IMAGE_SERVICE_ENDPOINT: remote image endpoint to connect to, to prepull images. -# Used when RUNTIME is set to "remote". +# Defaults to CONTAINER_RUNTIME_ENDPOINT. # IMAGE_CONFIG_FILE: path to a file containing image configuration. # IMAGE_CONFIG_DIR: path to image config files. # SYSTEM_SPEC_NAME: The name of the system spec to be used for validating the