From 8fc407be8401869abcb92f42e5d695aa3e165c2f Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Wed, 3 Jun 2020 14:59:21 +0200 Subject: [PATCH] docs: add 'create node --wait --timeout X' flags explanations --- docs/usage/commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage/commands.md b/docs/usage/commands.md index 4bb22642..3fc79054 100644 --- a/docs/usage/commands.md +++ b/docs/usage/commands.md @@ -25,6 +25,8 @@ k3d -i, --image # specify which k3s image should be used for the node(s) --replicas # specify how many replicas you want to create with this spec --role # specify the node role + --wait # wait for the node to be up and running before returning + --timeout # specify a timeout duration, after which the node creation will be interrupted, if not done yet delete cluster CLUSTERNAME # delete an existing cluster -a, --all # delete all existing clusters