From 45f0e82a444837fc06b3f988b560977a44883d26 Mon Sep 17 00:00:00 2001 From: Dario Emerson Date: Mon, 7 Mar 2022 17:50:53 +0100 Subject: [PATCH] Update README.md Don't copy secrets that contains certificate paths relative to the machine where kubectl is installed on, embed them instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4145a3..e9a7556 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ One or more **secrets** needs to be created to store cluster credentials. (see [ ##### Example ```bash -cat ~/.kube/config | base64 | pbcopy # pbcopy will copy the secret to the clipboard (Mac OSX only) +kubectl config view --flatten=true | base64 | pbcopy # pbcopy will copy the secret to the clipboard (Mac OSX only) ``` #### EKS