Open sureshmol opened 4 months ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. Please comment "/reopen" to reopen it.
@sureshmol Are you able to fix this issue? I am facing same.
/reopen
@imranrazakhan: You can't reopen an issue/PR unless you authored it or you are a collaborator.
@sureshmoligi: You can't reopen an issue/PR unless you authored it or you are a collaborator.
@imranrazakhan No, I didn't find the fix yet. /reopen
@sureshmol: Reopened this issue.
I also have this issue.
Kubernetes version: 1.29 Kubefow version: 1.9.0
You can see the run finished successfully, but hangs in the "Pending Execution" stage:
The same happens with all runs, even with the failed ones:
I also have the same issue, how can this be debugged? KF: 1.8.16 k8s: 1.29.8 on Azure
Environment
git clone https://github.com/kubeflow/manifests.git cd manifests while ! kustomize build example | kubectl apply -f -; do echo "Retrying to apply resources"; sleep 10; done
Kubeflow version: 1.8 Kubernetes version: 1.27
Steps to reproduce
After installation of kubeflow, All the pods are in running state:
I have created a pipeline from UI using a yaml file and pipeline is successfully created. See image below of the pipeline:
When i create a Run for this pipeline. Run are going into Pending Execution State and when i open the run, graphs are not loading yet. See image below:
But when I check for the workflow status using kubectl. Workflows are running started and completed successfully. Please see image below:
Expected result
I should be seeing the actual status of the workflows in the UI.
Can you please help me with this Bug, I am unable to figure out a solution for this
Impacted by this bug? Give it a 👍.