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
{{ message }}
This repository was archived by the owner on Sep 24, 2021. It is now read-only.
Hello, I'm running K8S v1.15.12 and Adapter v0.10.0. I have next error:
selectors:
I0413 13:51:41.576749 1 client.go:52] using AWS Region: request blocked by whitelist-route-regexp "'.'": /latest/meta-data/placement/availability-zone/
E0413 13:51:41.576871 1 client.go:79] err: MissingEndpoint: 'Endpoint' configuration is required for this service
E0413 13:51:41.576889 1 provider_external.go:32] bad request: MissingEndpoint: 'Endpoint' configuration is required for this service
I0413 13:51:41.813367 1 provider_external.go:18] Received request for namespace: default, metric name: sqs-requests-length, metric selectors:
I0413 13:51:41.891507 1 metric_cache.go:44] metric not found ExternalMetric/default/sqs-requests-length
I0413 13:51:56.710819 1 provider_external.go:18] Received request for namespace: sandbox, metric name: sqs-requests-length, metric selectors:
I0413 13:51:56.711317 1 client.go:52] using AWS Region: request blocked by whitelist-route-regexp "'.'": /latest/meta-data/placement/availability-zone/
E0413 13:51:56.711461 1 client.go:79] err: MissingEndpoint: 'Endpoint' configuration is required for this service
E0413 13:51:56.711478 1 provider_external.go:32] bad request: MissingEndpoint: 'Endpoint' configuration is required for this service
Main points:
I can't understand why is it blocking .* regex pattern of kiam whitelist-route-regexp
is the MissingEndpoint endpoing related to path of kiam
when I run Adapter v0.8.0. everything works(AWS creds injected via env. variables, assume role is also did'nt worked for me)