From d9bd480eddac9ec9faf1d3e25fda2bbdef061806 Mon Sep 17 00:00:00 2001 From: Namanl2001 Date: Tue, 16 Nov 2021 01:15:03 +0530 Subject: [PATCH] adding comment in makefile Signed-off-by: Namanl2001 --- build/root/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/root/Makefile b/build/root/Makefile index 623a482a700..0a9c2e00fdc 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -256,6 +256,7 @@ define TEST_E2E_NODE_HELP_INFO # Defaults to false. # TEST_SUITE: For REMOTE=true only. Test suite to use. Defaults to "default". # SSH_KEY: For REMOTE=true only. Path to SSH key to use. +# RUNTIME_CONFIG: The runtime configuration for the API server on the node e2e tests. # # Example: # make test-e2e-node FOCUS=Kubelet SKIP=container