Closed maroroman closed 2 years ago
was this PR included in the version you tested? https://github.com/opendatahub-io/odh-dashboard/pull/543#event-7371299074
I don't think the actual version of the dashboard is part of what you included in Open Data Hub Version
, did I miss something?
I think the best way to tell the dashboard version when deploying from main
is to include the image sha
, and then go to https://quay.io/repository/opendatahub/odh-dashboard?tab=tags&tag=main, and use the first characters of the sha
to lookup the corresponding main-$COMMIT
tag
was this PR included in the version you tested? #543 (comment)
I don't think the actual version of the dashboard is part of what you included in
Open Data Hub Version
, did I miss something?I think the best way to tell the dashboard version when deploying from
main
is to include the imagesha
, and then go to https://quay.io/repository/opendatahub/odh-dashboard?tab=tags&tag=main, and use the first characters of thesha
to lookup the correspondingmain-$COMMIT
tag
Oh! ok so it is fixed but for some reason the make undeploy/deploy script was changing the probes to the old endpoint not the new health endpoint.
Will close this.
do you still have access to the dashboard image you used? would be nice to have the SHA to confirm which commit was used
do you still have access to the dashboard image you used? would be nice to have the SHA to confirm which commit was used
I did not use a specific commit I built an image from latest upstream main, Which should be this: ca3d9a7d2814f87f073bcde413db0e930f906010
Edit: Actually I do have the image on quay: quay.io/mroman_redhat/odh-dashboard:upstream-1
Is there an existing issue for this?
Current Behavior
Liveness/Readiness probes check the api/config endpoint to check whether the dashboard pod is ready. However the new secure routes require a username which the probes do not have, resulting in a timeout and a crash.
Expected Behavior
Liveness/Readiness probes correctly access the dashboard or use a different method.
Steps To Reproduce
Workaround (if any)
Delete readiness/liveness probes.
OpenShift Infrastructure Version
No response
Openshift Version
No response
What browsers are you seeing the problem on?
No response
Open Data Hub Version
Relevant log output