Skip to content

Commit

Permalink
add note about kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Nov 8, 2019
1 parent fbe93eb commit 576ac04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ or...
Check out what you can do via `k3d help`

Example Workflow: Create a new cluster and use it with `kubectl`
(*Note:* `kubectl` is not part of `k3d`, so you have to [install it first if needed](https://kubernetes.io/docs/tasks/tools/install-kubectl/))

1. `k3d create` to create a new single-node cluster (docker container)
2. `export KUBECONFIG=$(k3d get-kubeconfig)` to make `kubectl` to use the kubeconfig for that cluster
Expand Down

0 comments on commit 576ac04

Please sign in to comment.