From 2ae5535ac0ec86f86e84ab93b33de49dfeef74dc Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Wed, 3 Jun 2020 16:22:22 +0200 Subject: [PATCH] docs: add --switch flag to command tree --- docs/usage/commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/usage/commands.md b/docs/usage/commands.md index 3fc79054..12e8e430 100644 --- a/docs/usage/commands.md +++ b/docs/usage/commands.md @@ -17,6 +17,7 @@ k3d --secret # specify a cluster secret (default: auto-generated) --timeout # specify a timeout, after which the cluster creation will be interrupted and changes rolled back --update-kubeconfig # enable the automated update of the default kubeconfig with the details of the newly created cluster (also sets '--wait=true') + --switch # (implies --update-kubeconfig) automatically sets the current-context of your default kubeconfig to the new cluster's context -v, --volume # specify additional bind-mounts --wait # enable waiting for all master nodes to be ready before returning -w, --workers # specify how many worker nodes you want to create