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
After deploying the addon https://github.com/kubernetes/kops/blob/master/addons/cluster-autoscaler/v1.6.0.yaml to the cluster, the cluster autoscaler controller keeps logging the following:
E0911 09:07:02.607614 1 reflector.go:201] k8s.io/autoscaler/cluster-autoscaler/vendor/k8s.io/kubernetes/pkg/client/informers/informers_generated/externalversions/factory.go:72: Failed to list *v1beta1.StatefulSet: User "system:serviceaccount:kube-system:cluster-autoscaler" cannot list statefulsets.apps at the cluster scope. (get statefulsets.apps)
The cluster role cluster-autoscaler specified in the yaml file does not have any authorizations defined for reading statefulsets.
The text was updated successfully, but these errors were encountered:
After deploying the addon
https://github.com/kubernetes/kops/blob/master/addons/cluster-autoscaler/v1.6.0.yaml
to the cluster, the cluster autoscaler controller keeps logging the following:The cluster role
cluster-autoscaler
specified in the yaml file does not have any authorizations defined for reading statefulsets.The text was updated successfully, but these errors were encountered: