From 576ac040cc90cc0d0e705609ab6fb09f2e09a824 Mon Sep 17 00:00:00 2001 From: iwilltry42 Date: Fri, 8 Nov 2019 10:27:26 +0100 Subject: [PATCH] add note about kubectl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9998c9c2..0c0630af 100644 --- a/README.md +++ b/README.md @@ -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