Hi I am trying to run the Prefect pipelines in k8s...
# prefect-getting-started
d
Hi I am trying to run the Prefect pipelines in k8s. I am using the yaml config for build, push and pull. I got the worker to run, however, when I try to create a pod in k8s to execute the pipeline I am getting "NO_CERTIFICATE_OR_CRL_FOUND". Could you please inform • How can I disable this check for dev env ? • How can I provide the cert in higher env via prefect yaml ?
Copy code
Failed to submit flow run '***' to infrastructure.
Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/urllib3/util/ssl_.py", line 402, in ssl_wrap_socket
    context.load_verify_locations(ca_certs, ca_cert_dir, ca_cert_data)
ssl.SSLError: [X509: NO_CERTIFICATE_OR_CRL_FOUND] no certificate or crl found (_ssl.c:4154)