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
Hi everyone,
I am trying to implement Prometheus adapter, but I've got errors as below.
This is our system:
Prometheus is deployed in a K8s cluster, to access Prometheus, we need to use some tokens.
Prometheus Adapter is deployed in another K8s cluster.
Is there any solutions to fix this issue?
Error:
W0122 00:40:41.716634 1 requestheader_controller.go:193] Unable to get configmap/extension-apiserver-authentication in kube-system. Usually fixed by 'kubectl create rolebinding -n kube-system ROLEBINDING_NAME --role=extension-apiserver-authentication-reader --serviceaccount=YOUR_NS:YOUR_SA'
F0122 00:40:41.716668 1 adapter.go:377] unable to fetch server: unable to load configmap based request-header-client-ca-file: configmaps "extension-apiserver-authentication" is forbidden: User "system:serviceaccount:rpay-dev-tools:tenant-pod-default" cannot get resource "configmaps" in API group "" in the namespace "kube-system"
If prometheus-adapter contributors determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.
The triage/accepted label can be added by org members by writing /triage accepted in a comment.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
Hi everyone,
I am trying to implement Prometheus adapter, but I've got errors as below.
This is our system:
Prometheus is deployed in a K8s cluster, to access Prometheus, we need to use some tokens.
Prometheus Adapter is deployed in another K8s cluster.
Is there any solutions to fix this issue?
Error:
Deployment file:
The text was updated successfully, but these errors were encountered: