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:
@@ -395,6 +395,7 @@ rules:
|
||||
- horizontalpodautoscalers
|
||||
- ingresses
|
||||
- statefulsets
|
||||
- limitranges
|
||||
verbs:
|
||||
- get
|
||||
- list
|
||||
|
||||
Reference in New Issue
Block a user