Hi all, I am trying to scale my hello pipeline to ...
# ask-metaflow
s
Hi all, I am trying to scale my hello pipeline to on-premise k8s by cmd python hello.py --with kubernetes, but got the errors of
S3 access failed
. Can anyone show some guidence on how to dig the probelm? Many thanks
Copy code
Metaflow 2.11.4 executing HelloFlow for user:ai
Validating your flow...
    The graph looks good!
Running pylint...
    Pylint not found, so extra checks are disabled.
    S3 access failed:
    S3 operation failed.
    Key requested: <s3://metaflow/metaflow/HelloFlow/6/_parameters/6/0.attempt.json>
    Error: Unable to locate credentials
a
@shy-family-59817 were you able to work around this issue? this is likely because you don't have credentials for either s3 or an s3 compatible service on the machine that you are using for running your flow