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
To fix this problem you need to provide kube-apiserver proxy-client CA to Metrics Server under `--requestheader-client-ca-file` flag. You can read more about this flag in [Authenticating Proxy](https://kubernetes.io/docs/reference/access-authn-authz/authentication/#authenticating-proxy)
We have set this flag in kube-apiserver k8s-args, and there is a configmap extension-apiserver-authentication created under namespace kube-system.
Why metrics-server apiservice could not get this setting from configmap extension-apiserver-authentication ?
The text was updated successfully, but these errors were encountered:
yeah, metrics-server apiservice could get this setting from configmap extension-apiserver-authentication.
I'm not sure about the scene at that time /cc @QianChenglong
Hello,
Is this known issue still valid?
metrics-server/KNOWN_ISSUES.md
Line 251 in a6a0ea3
We have set this flag in kube-apiserver k8s-args, and there is a configmap extension-apiserver-authentication created under namespace kube-system.
Why metrics-server apiservice could not get this setting from configmap extension-apiserver-authentication ?
The text was updated successfully, but these errors were encountered: