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

[Bug] 导出同一个k8s集群的minio使用内部域名的方式会报错 #40129

Open
2 of 3 tasks
zhaomingcheng01 opened this issue Aug 29, 2024 · 3 comments
Open
2 of 3 tasks

Comments

@zhaomingcheng01
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Version

3.0.0

What's Wrong?

[Bug] 导出同一个k8s集群的minio使用内部域名的方式会报错,使用serviceIp的方式可以
image
image
image

What You Expected?

能使用内部域名

How to Reproduce?

使用k8s 方式安装 执行
SELECT * FROM test.user
INTO OUTFILE "s3://doris/user_result_"
FORMAT AS CSV
PROPERTIES(
"s3.endpoint" = "http://minio.minio:9000",
"s3.region" = "us-east1",
"s3.access_key"= "admin",
"s3.secret_key" = ""
);

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@764276020
Copy link

大佬,这个问题解决了吗,我这里也遇到了这样的问题

@huukhuongnguyen
Copy link

try use "use_path_style" = "true" in prop

@764276020
Copy link

try use "use_path_style" = "true" in prop

看起来也不行,storage 可以创建成功了,但是在使用的时候还是报403,貌似是FE可以正常访问了(表也能创建成功),但是BE还是无法访问(无法写入和查询)

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