docs: add --switch flag to command tree

pull/261/head
iwilltry42 4 years ago
parent a279e1259e
commit 2ae5535ac0
No known key found for this signature in database
GPG Key ID: 7BA57AD1CFF16110
  1. 1
      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

Loading…
Cancel
Save