Skip to content
This repository has been archived by the owner on Jul 4, 2020. It is now read-only.

Default dashboard URL has changed. #6

Open
Keithsc opened this issue Jul 17, 2019 · 0 comments
Open

Default dashboard URL has changed. #6

Keithsc opened this issue Jul 17, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@Keithsc
Copy link

Keithsc commented Jul 17, 2019

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

@int128 int128 added the enhancement New feature or request label Aug 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants