Skip to content
New issue

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

5.5 Pipeline creation of process_claims.yaml no longer works #217

Open
Paul-the-hat opened this issue Jun 26, 2024 · 7 comments
Open

5.5 Pipeline creation of process_claims.yaml no longer works #217

Paul-the-hat opened this issue Jun 26, 2024 · 7 comments

Comments

@Paul-the-hat
Copy link

There seems to be some version problem with the pipeline creation in section 5.5 "Pipeline for processing claims" which no longer works as defined due to some UI version incompatability.

I got around the issue by using the Openshift UI as administrator via Pipelines/Pipelines and creating a "Pipelinerun" and pasting the process_claims.yaml in there, which worked fine.

So, I guess this section need some rework.

@erwangranger
Copy link
Collaborator

Hey,
thanks for reporting this.
Can I check which version of OpenShift AI you were using when this came up?
We've built and tested this against RHOAI 2.8, but we've not yet done the work to test and adapt it to RHOAI 2.10. (we know there are pipeline changes that need to be performed between these).

@Paul-the-hat
Copy link
Author

Sorry, not sure about the version and the environment was deleted yesterday. But it is the current one being used for redhat AI insurance claim demo. I invoked the three day environment on Monday so it should still be the same.

@erwangranger
Copy link
Collaborator

@cnuland , I know you're still using this version frequently (roadshows?).
Can you double check this part next time you do?

@jcorreajr
Copy link

There seems to be some version problem with the pipeline creation in section 5.5 "Pipeline for processing claims" which no longer works as defined due to some UI version incompatability.

I got around the issue by using the Openshift UI as administrator via Pipelines/Pipelines and creating a "Pipelinerun" and pasting the process_claims.yaml in there, which worked fine.

So, I guess this section need some rework.

The same problem occurred to me

Failed to create a pipeline and a pipeline version: Failed to create a pipeline and a pipeline version due to template creation error: InvalidInputError: unknown template format: pipeline spec is invalid

  • Version:
  installedCSV: rhods-operator.2.10.0
  currentCSV: rhods-operator.2.10.0
  • Openshift Version: 4.13.9

@erwangranger
Copy link
Collaborator

thanks for the report.
Your RHOAI should not be at 2.10. This explains a bit the incompatibilities in pipeline.
I recommend you look into the "parasol" workshop in the demo environment, as it is more advanced and is pinned (for now) to the RHOAI 2.8 version.

@ericzji
Copy link

ericzji commented Oct 24, 2024

I encountered the same issue while running "Openshift AI showcasing Insurance Claims" provided by RHDP.

thanks to @Paul-the-hat for the workaround.


OpenShift AI Self-Managed version
2.13.0

@alonsocamaro
Copy link

alonsocamaro commented Dec 20, 2024

Using the RHDP environment

Even after using the workaround, the pipelineRun failed afterwards:

bash-4.4 ~ $ oc -n user1 describe pod process-claims-initialize-pod |grep -i error
      Reason:       CreateContainerConfigError
  Warning  Failed                  44s (x10 over 2m38s)  kubelet                  Error: secret "aws-connection-shared-minio---pipelines" not found
bash-4.4 ~ $ oc -n user1 get secret | grep -i aws
<nothing>

I will use the parasol demo instead as suggested. Up to step 5 the demo is fantastic. Thanks guys.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants