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 has been archived by the owner on Jan 22, 2021. It is now read-only.
I have a K8S cluster in Azure that was created with Terraform.
Trying to deploy the metrics adapter according to the instruction, and it gets deployed, but its pod in custom-metrics namespace fails with the following log line:
unable to construct client config: unable to construct lister client config to initialize provider: open /var/run/secrets/kubernetes.io/serviceaccount/token: no such file or directory
When I look at Configuration/Secrets I see that azure-k8s-metrics-adapter (Opaque), azure-k8s-metrics-adapter-token-hcdq4 (service-account-token) and default-token-2pwlk are present.
The cluster has been created using the following expression:
I have a K8S cluster in Azure that was created with Terraform.
Trying to deploy the metrics adapter according to the instruction, and it gets deployed, but its pod in
custom-metrics
namespace fails with the following log line:My service accounts look like:
When I look at
Configuration/Secrets
I see thatazure-k8s-metrics-adapter (Opaque)
,azure-k8s-metrics-adapter-token-hcdq4 (service-account-token)
anddefault-token-2pwlk
are present.The cluster has been created using the following expression:
Did I miss something in configuration? How do I make it work?
Kubernetes version 1.15.10:
The text was updated successfully, but these errors were encountered: