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 Jul 4, 2020. It is now read-only.
Hi, We have been using this proxy for a while but just recently the default namespace for the dashboard has changed from kube-system to kubernetes-dashboard so we had to override the proxys default upstream address to find the dashboard.
We were seeing the following error.
dial tcp: lookup kubernetes-dashboard.kube-system.svc.cluster.local on 10.3.0.10:53: no such host
Just add a "upstreamURL" line to override the default upstream url as shown below.
Hi, We have been using this proxy for a while but just recently the default namespace for the dashboard has changed from kube-system to kubernetes-dashboard so we had to override the proxys default upstream address to find the dashboard.
We were seeing the following error.
dial tcp: lookup kubernetes-dashboard.kube-system.svc.cluster.local on 10.3.0.10:53: no such host
Just add a "upstreamURL" line to override the default upstream url as shown below.
proxy:
oidc:
redirectURL: https://your_redirect_url/
discoveryURL: https://your_discovery_url
clientID: your_client_id
clientSecret: top_secret_secret!!
upstreamURL: https://kubernetes-dashboard.kubernetes-dashboard.svc.cluster.local
The text was updated successfully, but these errors were encountered: