Hi, I've been trying to set up `flyte-binary` helm...
# flyte-deployment
p
Hi, I've been trying to set up
flyte-binary
helm Chart on my local machine and I encountered some problems, let me explain what I want to achieve. I want to have similar environment on my local machine and on production cluster, so I'm trying first to configure
flyte-binary
on microk8s. I want to use custom services so I added
flyte-binary
as dependency in my Chart and added
flyte-binary.configuration
in my
values.yaml
file. I have
postgres
and
minio
running on Docker locally. Flyte-binary deployment starts fine, I can access console on my localhost,
flytectl
connects, but when I want to run workflow via
pyflyte run --remote ./workflows/workflow.py workflow
I get this error:
Copy code
Failed with Exception Code: SYSTEM:Unknown
RPC Failed, with Status: StatusCode.INTERNAL
        details: failed to create a signed url. Error: NoCredentialProviders: no valid providers in chain. Deprecated.
        For verbose messaging see aws.Config.CredentialsChainVerboseErrors
        Debug string UNKNOWN:Error received from peer  {grpc_message:"failed to create a signed url. Error: NoCredentialProviders: no valid providers in chain. Deprecated.\n\tFor verbose messaging see aws.Config.CredentialsChainVerboseErrors", grpc_status:13, created_time:"2023-06-15T10:18:22.851677726+02:00"}
Can you help me?
OK, it was a config's
storage
misconfiguration. I looked up values file again and used props from that file only.
159 Views