Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added known issues.
  • Loading branch information
mdanielolsson authored Jun 4, 2020
1 parent ee7f5b9 commit ff612be
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,12 @@ Delete secret
kubectl tbac delete secret my-secret
```

*All commands accepts a --[h]elp flag for more information and examples.*
*All commands accepts a --[h]elp flag for more information and examples.*

# Known issues
There is a problem where the plugin fails to find out which namespace some users belong to. If you get errors like `Error from server (Forbidden)` - then you know this is happening to you.

Make sure you have the latest version of the plugin!

If the issue remains with the latest version of the plugin, the workaround is to alawys pass the `-n <team-name>` flag on each command.
If you are unsure what your team namespace is called, run `kubectl get namespaces` to list all and find yours.

0 comments on commit ff612be

Please sign in to comment.