Add instructions to prevent 403 on API read

The latest plugin requires a the "limitranges" API to be available for
read-only otherwise a 403 error will return on the Kubernetes pane.

Signed-off-by: Lucas Teligioridis <lucas@teligioridis.dev>
This commit is contained in:
Lucas Teligioridis
2022-07-27 08:10:29 +10:00
parent 63c65c2a78
commit 3f35423e3c
@@ -395,6 +395,7 @@ rules:
- horizontalpodautoscalers
- ingresses
- statefulsets
- limitranges
verbs:
- get
- list