From 572dd40067608a400406b0fdd38b01f9a3477d90 Mon Sep 17 00:00:00 2001 From: Billy Tat Date: Thu, 21 Dec 2023 13:18:08 -0800 Subject: [PATCH] Describe goal of example --- docs/api/quickstart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/quickstart.md b/docs/api/quickstart.md index 043b889a69d..65ba7fdf83b 100644 --- a/docs/api/quickstart.md +++ b/docs/api/quickstart.md @@ -46,6 +46,8 @@ For more information on available kubeconfig options, see the [upstream document ## API kubectl Example +In this example, we'll show how to use kubectl to create a project, followed by deleting it. + 1. Set your KUBECONFIG environment variable to the kubeconfig file you just created: ```bash