Open Sara-KS opened 1 year ago
thanks for the bug report. what does helm ls -n preprocessing-pipelines
show? there is a known defect where if a helm chart is leftover from a failed prior startup, it blocks a fresh redeploy.
Thanks Nick, that was exactly it. When I uninstalled the previous helm chart it was able to make progress
thanks for checking that out! i'll reopen this, since it is a bug we should fix!
oh, and a bit of fyis from my prior investigations on this: a failed helm install
will actually leave around a helm chart, but in a broken state (rather than just leaving around nothing except errors on your console). nice.
then, the guidebook for this only checks to see if the helm chart is installed (not its state). double nice.
Good to know! I will keep that in mind and post here if I run into a related issue.
I am trying to set up a Ray cluster with 1 head node and 1 worker node using the MCAD option. When I get to the point where I try to launch Ray with the CodeFlare CLI I run into this streaming output
In a separate terminal window,
oc get appwrappers
returns with no app wrappers listed. This same results happens regardless of how I configure the Ray cluster resources in theRay Resource Requirements
step.