Replies: 2 comments
-
|
I would suggest updating your kubeflow version to the latest version, 1.10.2 and trying again. Let us know if the issue persists! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I deployed Kubeflow on Kubernetes using all default configurations, including the default Minio storage, I encountered an error when previewing artifacts in the Kubeflow Pipeline:

Error: Failed to initialize Minio Client for Minio Provider: Error: Encountered error when trying to fetch provider secret mlpipeline-minio-artifact.
kubeflow version: v1.9.1
I checked the API request and found that the error comes from:
The following is the decoded request payload sent to the endpoint
When I manually changed the fromEnv field in providerInfo to true, the API worked as expected.
Further investigation led me to the source code:
pipelines/frontend/server/minio-helper.ts
Line 116 in ada935a
To debug, I used an AI-generated test script and executed it inside the ml-pipeline-ui pod (kubectl exec -it -n kubeflow ml-pipeline-ui-54c7d4d5fb-b4b94 -- /bin/sh). The script successfully retrieved the accessKey and secretKey:
Questions:
Any help would be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions