From dba951fe89a0f09b0fffdeafc83cd5ab06c20df6 Mon Sep 17 00:00:00 2001 From: Ryan Richard Date: Fri, 18 Sep 2020 09:24:04 -0700 Subject: [PATCH] Note that CLI warning can be ignored in demo.md --- doc/demo.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/demo.md b/doc/demo.md index 4f925846..aa5bda02 100644 --- a/doc/demo.md +++ b/doc/demo.md @@ -101,6 +101,11 @@ ```bash pinniped get-kubeconfig --token "pinny-the-seal:password123" > /tmp/pinniped-kubeconfig ``` + + Note that the above command will print a warning to the screen. You can ignore this warning. + Pinniped tries to auto-discover the URL for the Kubernetes API server, but it is not able + to do so on kind clusters. The warning is just letting you know that the Pinniped CLI decided + to ignore the auto-discovery URL and instead use the URL from your existing kubeconfig. 1. Try using the generated kubeconfig to issue arbitrary `kubectl` commands as the `pinny-the-seal` user.