-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
kind/enhancementkind - new features or changeskind - new features or changespriority/needs-triagepriority - needs to be triagedpriority - needs to be triaged
Description
Checks
- I have searched the existing issues.
- My request is related to one of the components in the
kubeflow/notebooksrepository.
Motivation
TL;DR: Currently its not possible to use a kfp artifact (in kubeflow's minio) as object storage target in a tensorboard server in an straightforward manner.
- Current behaviour:
- Create a tensorboard server with object storage. with an uri like "minio://path/to/artifact"
- Server creation will be stuck forever (No user facing error whatsoever)
- Controller logs show that a
tb-volumeis missing (Really misleading)
This is because we currently only handle gcs or s3 prefixes.
- Expected behaviour:
- Create a tensorboard server with object storage. with an uri like "minio://path/to/artifact"
- The controller handles the
minio://prefix and defaults to use the internal minio service url and use the crendentials from mlpipeline-minio-artifact
- Current workaround (Still not tested)
- Use
s3://prefix in place ofminio:// - Use a podDefault setting the minio server url and credentials
Implementation
No response
Are you willing & able to help?
- I am able to submit a PR!
- I can help test the feature!
Metadata
Metadata
Assignees
Labels
kind/enhancementkind - new features or changeskind - new features or changespriority/needs-triagepriority - needs to be triagedpriority - needs to be triaged
Type
Projects
Status
Needs Triage