lanecm

Results 8 comments of lanecm

@rbrigden -- I had same problem, but fixed by adding `configmaps` to `k8s-cloudwatch-adapter-resource-reader` cluster role: ``` apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: k8s-cloudwatch-adapter-resource-reader rules: - apiGroups: - "" resources: -...

@chankh -- I'm using: ``` image: chankh/k8s-cloudwatch-adapter:v0.9.0 ``` which matches: https://github.com/awslabs/k8s-cloudwatch-adapter/blob/master/deploy/adapter.yaml

@chankh -- Oh, good catch... Yes, I added a `kustomize` patch to set `AWS_REGION` via a configmap we have in the cluster, e.g., ``` - op: add path: /spec/template/spec/containers/0/env value:...

@chankh -- I still get the following error: ``` F0813 11:32:12.206953 1 adapter.go:104] unable to run CloudWatch metrics adapter: unable to load configmap based request-header-client-ca-file: configmaps "extension-apiserver-authentication" is forbidden: User...

@chankh -- Searching for `extension-apiserver-authentication` returns two items in our repo: 1. In `k8s-cloudwatch-adapter`: ``` apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding metadata: name: k8s-cloudwatch-adapter-auth-reader namespace: custom-metrics roleRef: apiGroup: rbac.authorization.k8s.io kind: Role name:...

Hello... [Chick-fil-A](https://www.chick-fil-a.com) is using Flagger

I encountered the exact same error. Ran server in debug mode and got the following error: OperationFailure: database error: too much data for sort() with no index. add an index...