-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ingress would direct to the wrong PD instance #2650
Comments
/cc |
tikv/pd#2508 Dashboard has supported an internal proxy to forward the request, maybe we can just enable it by default with operator deployment. @Yisaer @zjj2wry |
got it, thanks. should we support this feature after pd 4.0.1 release? |
We can finish the dev now and make it clear in the doc that it's supported from v4.0.1. |
After 4.0.1 released, I think we could update the PD Config and make |
v4.0.1 is released on 06/12. |
Bug Report
In our document, we recommended to use
Ingress
to access dashboard.However, if there are multiple pd instances, the ingress may port the upstream to the wrong pd instance as dashboard would only be started in one pd instance.
One possible solution is to use
discovery
service to proxy the dashboard service. And the Ingress would expose the HTTP service for discovery service.We can know the dashboard endpoint by visting pdapi
GetConfig
The text was updated successfully, but these errors were encountered: