From 86a6d1290398ab8924d103ee1579bab8beac68d1 Mon Sep 17 00:00:00 2001 From: Nate Reid <45366367+natereid72@users.noreply.github.com> Date: Thu, 20 Apr 2023 16:20:11 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67aea3f..88a1002 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ kubectl get svc -n cluster-a cluster-a-lb 2. Retrieve kubeconfig file ```console -kubectl get secret -n cluster-a -o yaml +kubectl get secret cluster-a-certs -n cluster-a -o yaml ``` Locate the `admin.conf` key and copy its entire value to the clipboard.