Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Update troubleshooting md with empty list scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
s1cyan authored Dec 12, 2019
1 parent 774b9cf commit 6975a85
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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



0 comments on commit 6975a85

Please sign in to comment.