Hi, I'm playing with Dagster at the moment and am ...
# deployment-kubernetes
v
Hi, I'm playing with Dagster at the moment and am using kind to run a kubernetes cluster locally along with the celery-k8s run launcher and the celery-k8s executor. I'm also using the S3 IO-Manager with the MinIO playground as the
endpoint_url
to the
s3
resource (I've also set access key id and secret access key via environment variables). The s3 io-manager works perfectly when I run
dagit -f pipeline.py
outside kubernetes, but, inside kubernetes, I get SSL validation errors which are most likely unrelated to Dagster. Just wanted to check if anybody has faced this issue before and knows a fix.