mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-11 09:53:38 -04:00
Merge pull request #119063 from saschagrunert/makefile-remote-runtime
Remove reference to `RUNTIME` variable in `build/root/Makefile`
This commit is contained in:
commit
fea759baeb
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue