We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
while ! kustomize build example | kubectl apply -f -; do echo "Retrying to apply resources"; sleep 20; done
2.3.0
For the first time, when clicking a node of the pipeline DAG, the detailed information is displayed on the right side of the screen as follows.
To reproduce this issue, please close the detailed information by clicking the cross mark button as follows.
After closing the detailed information, when clicking the same node again, the detailed information is not displayed as follows.
To show the detailed information of the node again, it is needed to click the other node previously.
The detailed information of the node should be displayed even when clicking the node consecutively.
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment
How did you deploy Kubeflow Pipelines (KFP)?
while ! kustomize build example | kubectl apply -f -; do echo "Retrying to apply resources"; sleep 20; done
KFP version:
2.3.0
Steps to reproduce
1. Click a node of the pipeline DAG.
For the first time, when clicking a node of the pipeline DAG, the detailed information is displayed on the right side of the screen as follows.
2. Close the detailed information.
To reproduce this issue, please close the detailed information by clicking the cross mark button as follows.
3. Click the same node again.
After closing the detailed information, when clicking the same node again, the detailed information is not displayed as follows.
To show the detailed information of the node again, it is needed to click the other node previously.
Expected result
The detailed information of the node should be displayed even when clicking the node consecutively.
Impacted by this bug? Give it a 👍.
The text was updated successfully, but these errors were encountered: