From ff612bef39e0dc2e1defef01c1df9737ada86dd6 Mon Sep 17 00:00:00 2001 From: Daniel Olsson Date: Thu, 4 Jun 2020 13:58:12 +0200 Subject: [PATCH] Update README.md Added known issues. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 972f94e..5dc6ead 100644 --- a/README.md +++ b/README.md @@ -48,4 +48,12 @@ Delete secret kubectl tbac delete secret my-secret ``` -*All commands accepts a --[h]elp flag for more information and examples.* \ No newline at end of file +*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 ` flag on each command. +If you are unsure what your team namespace is called, run `kubectl get namespaces` to list all and find yours.