From 6975a85dce67dbe3284d357b4a658135b76e02d2 Mon Sep 17 00:00:00 2001 From: Claudia Yan Date: Thu, 12 Dec 2019 14:29:27 -0500 Subject: [PATCH] Update troubleshooting md with empty list scenario --- Troubleshooting.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 9e2d714..a01c502 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -32,6 +32,15 @@ The user should already have been configured but the credentials passed may be i +--- + +### List + +Empty Lists + +If the user's cli is correctly connected with the cli service, but running the list command results in an empty list, have the user run `./kabanero list` and check if the versions for the cli and service match. If they do not, direct the user to the cli release page to download the corresponding cli for the service version that they are running. + + --- ### All commands @@ -44,3 +53,4 @@ This is almost always a problem where the microservice has changed what it sends User's jwt has expired. Login again for the microservice to issue a new jwt. If the user is just logging in with the same url, they do not have to pass it into the command again, just username and password will do since the kabanero url is stored in the config.yaml +