You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This page explains some of the common issues people may experience.
4
+
5
+
## Autoscaler is Forbidden From Managing Custom Resources
6
+
7
+
You may encounter an error like this:
8
+
9
+
`
10
+
E0214 11:30:09.556332 1 main.go:266] Error while autoscaling: failed to get managed resource: logstashes.logstash.k8s.elastic.co "quickstart" is forbidden: User "system:serviceaccount:default:python-custom-autoscaler" cannot get resource "logstashes" in API group "logstash.k8s.elastic.co" in the namespace "default"
11
+
`
12
+
13
+
And see that your autoscaler is not scaling the target resource if you are targeting a custom resource.
14
+
15
+
This is because your autoscaler does not have the correct permissions to manage the resource you are
16
+
targeting.
17
+
18
+
See [the Custom Resources page for details on how to resolve this](./custom-resources.md).
0 commit comments