I made an Elyra Pipeline en Openshift AI and I have submited to pipeline server ok.
I tried to run the pipeline fromPython code:
import osimport kfp_tektonimport ostoken = "[my_token]"route = "[My_projectURL]"client = kfp_tekton.TektonClient(host=route, existing_token=token)
but I got this error:
MaxRetryError: HTTPSConnectionPool(host='console-openshift-console.apps.lab-ai.cloud.semperti.com', port=443): Max retries exceeded with url: /k8s/cluster/projects/rhoai-demo/apis/v1beta1/healthz (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate in certificate chain (_ssl.c:1129)')))
I cant run pipeline from python code in Openshift AI, !!!