pipelines
pipelines copied to clipboard
[frontend] run detail page get unexpected reloaded
Environment
- How did you deploy Kubeflow Pipelines (KFP)?
- kubeflow full installation (kubeflow 1.8) with dex-oidc auth
- KFP version:
- gcr.io/ml-pipeline/api-server:2.0.3
- gcr.io/ml-pipeline/frontend:2.0.3
$ k get pod
NAME READY STATUS RESTARTS AGE
admission-webhook-deployment-6c9678d48b-dl5dw 1/1 Running 0 35d
cache-server-574ddb7d97-t4s7l 2/2 Running 0 35d
centraldashboard-5f7856dd97-88ksq 2/2 Running 0 68m
jupyter-web-app-deployment-597655bf9c-gnngh 2/2 Running 0 28d
kubeflow-pipelines-profile-controller-6f6bc888df-t9d4b 1/1 Running 0 35d
metacontroller-0 1/1 Running 0 35d
metadata-envoy-deployment-85cc676d57-hbxqp 1/1 Running 0 35d
metadata-grpc-deployment-98fd89ff6-sglnc 2/2 Running 2 (35d ago) 35d
metadata-writer-6859d4ffc6-2j5kb 2/2 Running 0 34d
minio-66669fbd94-jtgqn 2/2 Running 0 34d
ml-pipeline-6675cd9b94-nfp74 2/2 Running 2 (52m ago) 68m
ml-pipeline-persistenceagent-5bdc59674b-994s2 2/2 Running 0 68m
ml-pipeline-scheduledworkflow-5b47b9d5f5-ddr6f 2/2 Running 0 35d
ml-pipeline-ui-789c7b46cf-kg5w5 2/2 Running 0 68m
ml-pipeline-viewer-crd-765d85855b-wt6c2 2/2 Running 1 (35d ago) 35d
ml-pipeline-visualizationserver-6c49dff8dc-sdn7n 2/2 Running 0 35d
mysql-85d4f56c9b-pspjv 2/2 Running 0 33d
notebook-controller-deployment-7d4b968b5-4q9sj 2/2 Running 1 (35d ago) 35d
profiles-deployment-7bf5788f98-tmhgq 3/3 Running 1 (35d ago) 35d
pvcviewer-controller-manager-666cf58bf8-xvtzk 3/3 Running 1 (35d ago) 35d
tensorboard-controller-deployment-844967d94b-jfn49 3/3 Running 1 (35d ago) 35d
tensorboards-web-app-deployment-7bff589c99-2dkh5 2/2 Running 0 35d
training-operator-754d664965-hxbvq 1/1 Running 0 35d
volumes-web-app-deployment-68675f95d9-w6b86 2/2 Running 0 35d
workflow-controller-545cbd7ddb-8bh58 2/2 Running 1 (35d ago) 35d
Steps to reproduce
- Open run details page
- Wait 30 secs and click any part of the run details page will occur the page be reloaded.
or
- Open run details page
- Go to other tab of browser or Go to another window(not browser)
- Back to run details page or run details page's tab, the page be reloaded.
I think the the only inner iframe would be refreshed.
Expected result
- page reload is too frequent
- finished run will not need to be reloaded, but reload would be occurred any status of the run.
This is the only logs on inspect.
Materials and Reference
Impacted by this bug? Give it a 👍.
If you need more config or variables, i will reply from my environment.