Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to create new S3 client: Endpoint: $(kfp-artifact-storage-endpoint) does not follow ip address or domain name standards #336

Closed
TranThanh96 opened this issue Aug 26, 2022 · 5 comments
Labels
bug Something isn't working

Comments

@TranThanh96
Copy link

Describe the bug
I deployed RDS + s3 option.
Follow the doc to verify s3: https://awslabs.github.io/kubeflow-manifests/docs/deployment/rds-s3/guide/#42-verify-s3

when running the sample pipeline "[Demo] XGBoost - Iterative model training", a bug occurred: failed to create new S3 client: Endpoint: $(kfp-artifact-storage-endpoint) does not follow ip address or domain name standards

all pods are still running.
image

image

How can I fix that?

@TranThanh96 TranThanh96 added the bug Something isn't working label Aug 26, 2022
@ryansteakley
Copy link
Contributor

@TranThanh96 Did the fix, I sent you on slack work for you? We have fixed this in the latest commit.

@LeoBley
Copy link

LeoBley commented Sep 7, 2022

@ryansteakley Can I get that fix to or has it been released already?

@TranThanh96
Copy link
Author

@ryansteakley It works. Thank you

@LeoBley edit file kubeflow-manifests/awsconfigs/apps/pipeline/s3/config

change endpoint: $(kfp-artifact-storage-endpoint) to endpoint: s3.amazonaws.com
then apply by running install loop again

@LeoBley
Copy link

LeoBley commented Sep 8, 2022

Thanks @TranThanh96 .

That fixed it, and I also finally figured out I needed to configure the run parameters with:
pipeline-root = minio://bucketName/ where bucketName is the value we entered in the awsconfigs/apps/pipeline/s3/params.env file

@surajkota
Copy link
Contributor

Hi everyone, thanks for reporting this issue. We have fixed this and released a patch version https://github.com/awslabs/kubeflow-manifests/releases/tag/v1.5.1-aws-b1.0.2. Please reopen this issue, if you are still facing it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants