Makefile: fix make test-e2e-node example

parent 47320fd3
...@@ -237,7 +237,7 @@ define TEST_E2E_NODE_HELP_INFO ...@@ -237,7 +237,7 @@ define TEST_E2E_NODE_HELP_INFO
# Example: # Example:
# make test-e2e-node FOCUS=Kubelet SKIP=container # make test-e2e-node FOCUS=Kubelet SKIP=container
# make test-e2e-node REMOTE=true DELETE_INSTANCES=true # make test-e2e-node REMOTE=true DELETE_INSTANCES=true
# make test-e2e-node TEST_ARGS="--cgroups-per-qos=true" # make test-e2e-node TEST_ARGS='--kubelet-flags="--cgroups-per-qos=true"'
# Build and run tests. # Build and run tests.
endef endef
.PHONY: test-e2e-node .PHONY: test-e2e-node
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment