InfuseAI / primehub

open-source MLOps platform
https://docs.primehub.io
Apache License 2.0
390 stars 39 forks source link

[Feature] ch18729 add option to disable createBucket post job of minio #463

Closed kentwelcome closed 3 years ago

kentwelcome commented 3 years ago

Signed-off-by: Kent Huang kentwelcome@gmail.com

PR checklist

What type of PR is this? Add option in PrimeHub value.yaml to disable createBucket in the minio post-job script.

What this PR does / why we need it: When we use AWS S3 as PrimeHub store's backend object storage, we will create an S3 bucket before install PrimeHub. In this case, we don't need to run createBucket and reset the s3 IAM policy in the MinIO's post-job script. Need to add a flag in helm values.yaml to disable this behavior.

Which issue(s) this PR fixes: ch18729

Special notes for your reviewer:

Does this PR introduce a user-facing change?: