mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-17 15:50:10 +00:00
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 <sgrunert@redhat.com>
This commit is contained in:
parent
75889ecec5
commit
7ff4572f79
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user