You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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