Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Progress webpage fails to load in non-server mode #231

Closed
tennix opened this issue Aug 23, 2019 · 0 comments · Fixed by #259 or #337
Closed

Progress webpage fails to load in non-server mode #231

tennix opened this issue Aug 23, 2019 · 0 comments · Fixed by #259 or #337
Labels
difficulty/1-easy Easy issue priority/P1 High priority issue, must be solved before next release type/bug This issue is a bug report
Milestone

Comments

@tennix
Copy link
Member

tennix commented Aug 23, 2019

Bug Report

Please answer these questions before submitting your issue. Thanks!

  1. What did you do? If possible, provide a recipe for reproducing the error.

Deploying tidb-lightning using k8s via pingcap/tidb-operator#817

git clone https://github.com/tennix/tidb-operator -b tidb-lightning
cd tidb-operator
helm install charts/tidb-cluster -n <cluster-release-name> --namespace <namepsace> --set importer.create=true
helm install charts/tidb-lightning -n <lightning-release-name> --namespace <namespace> --set dataSource.local.nodeName=<node-name>,dataSource.local.hostPath=<host-path>,targetTidbCluster.name=<cluster-release-name>

Then view the lightning service

  1. What did you expect to see?

The web page shows the task progress correctly.

  1. What did you see instead?

The page shows and disappears immediately.

  1. Versions of the cluster

The version of the cluster is v3.0.1. The corresponding images are pulled from DockerHub.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
difficulty/1-easy Easy issue priority/P1 High priority issue, must be solved before next release type/bug This issue is a bug report
Projects
None yet
2 participants