From 93cb64d347b49d7b31eef9b7ea4286779d38158d Mon Sep 17 00:00:00 2001 From: Travis Date: Wed, 13 Mar 2019 16:51:16 +0800 Subject: [PATCH] fix typo k3s agent param `-u` is incorrect, use `-s` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcdf28818a..58ea0565c1 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,7 @@ k3s includes and defaults to containerd. Why? Because it's just plain better. If run with Docker first stop and think, "Really? Do I really want more headache?" If still yes then you just need to run the agent with the `--docker` flag - k3s agent -u ${SERVER_URL} -t ${NODE_TOKEN} --docker & + k3s agent -s ${SERVER_URL} -t ${NODE_TOKEN} --docker & systemd -------