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

This step is in Error state with this message: Error (exit code 1): failed to create new S3 client: Endpoint: : does not follow ip address or domain name standards. #14

Open
xinge-1 opened this issue Oct 27, 2022 · 3 comments

Comments

@xinge-1
Copy link

xinge-1 commented Oct 27, 2022

S3的配置初始化这边没有初始化s3的配置 需要手动指定

@typhoonzero
Copy link
Collaborator

请描述具体的操作步骤和报错位置,便于排查

@xinge-1
Copy link
Author

xinge-1 commented Nov 3, 2022

使用的是minio,检查configmaps
workflow-controller-configmap 初始化的时候是否将minio配置填写正确
archiveLogs: true
s3:
endpoint: "minio-service.kubeflow:9000"
bucket: "mlpipeline"

@ducnguyenhuynh
Copy link

ducnguyenhuynh commented Feb 23, 2023

@xinge-1 In templates/platform-agnostic-multi-user.yaml change lines 1849 -> 1850 to:

endpoint: "{{ .Values.minio.minioHost }}:{{ .Values.minio.minioPort }}"
bucket: "{{ .Values.minio.minioKFPBucket }}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants