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

[bitnami/mlflow] MLFLOW_S3_ENDPOINT_URL not inject if i dont want to use minio #26397

Open
Alansyf opened this issue May 24, 2024 · 4 comments · May be fixed by #26462
Open

[bitnami/mlflow] MLFLOW_S3_ENDPOINT_URL not inject if i dont want to use minio #26397

Alansyf opened this issue May 24, 2024 · 4 comments · May be fixed by #26462
Assignees
Labels
mlflow tech-issues The user has a technical issue about an application

Comments

@Alansyf
Copy link

Alansyf commented May 24, 2024

Name and Version

mlflow/1.2.0

What architecture are you using?

None

What steps will reproduce the bug?

it was working fine before and today I am upgrading my mlflow to the latest mlfow 2.13.0.

In my values.yaml
I need to set minio to false due to company policy.

minio:
  ## @param minio.enabled Enable/disable MinIO® chart installation
  ## to be used as an objstore for Mlflow
  ##
  enabled: false

But I have my custom s3 host, e.g my company provided s3-compatible host:

externalS3:
  host: "objectstore.xyz.com"
  port: 443
  ...

In this PR , it introduced that i must enable minio otherwise my custom value won't able to inject.

I have to temporary remove the PR introduced condition.

Are you using any custom parameters or values?

No response

What is the expected behavior?

No response

What do you see instead?

NA.

Additional information

No response

@Alansyf Alansyf added the tech-issues The user has a technical issue about an application label May 24, 2024
@github-actions github-actions bot added the triage Triage is needed label May 24, 2024
@javsalgar javsalgar changed the title MLFLOW_S3_ENDPOINT_URL not inject if i dont want to use minio [bitnami/minio] MLFLOW_S3_ENDPOINT_URL not inject if i dont want to use minio May 24, 2024
@javsalgar javsalgar changed the title [bitnami/minio] MLFLOW_S3_ENDPOINT_URL not inject if i dont want to use minio [bitnami/mlflow] MLFLOW_S3_ENDPOINT_URL not inject if i dont want to use minio May 24, 2024
@javsalgar javsalgar added mlflow and removed minio labels May 24, 2024
@javsalgar
Copy link
Contributor

Hi,

I believe that the condition should be like this

Instead of

{{- if .Values.minio.enabled}}

it should be

{{- if or .Values.minio.enabled .Values.externalS3.host }}

As you spotted the issue. Would you like to submit a PR fixing it?

Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

Copy link

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 17, 2024
@frittentheke
Copy link
Contributor

@andresbono please kindly reopen. There is a PR open for this.

@javsalgar javsalgar reopened this Jun 24, 2024
@github-actions github-actions bot removed the solved label Jun 24, 2024
@carrodher carrodher removed stale 15 days without activity triage Triage is needed labels Jun 24, 2024
@carrodher carrodher assigned javsalgar and unassigned javsalgar and carrodher Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mlflow tech-issues The user has a technical issue about an application
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants