apache / submarine

Submarine is Cloud Native Machine Learning Platform.
https://submarine.apache.org/
Apache License 2.0
691 stars 254 forks source link

helm install submarine ./helm-charts/submarine error #1075

Closed TaiJuWu closed 1 year ago

TaiJuWu commented 1 year ago

I followed quickstart (https://submarine.apache.org/docs/gettingStarted/quickstart) At step 2: helm install submarine ./helm-charts/submarine

The error shows: Error: INSTALLATION FAILED: An error occurred while checking for chart dependencies. You may need to run helm dependency build to fetch missing dependencies: found in Chart.yaml, but missing in charts/ directory: seldon-core-operato

After run helm dependency build also show: Contents of linked file included and used Error: Chart.yaml file is missing

cdmikechen commented 1 year ago

Hi~ @TaiJuWu If you want to use the codes for the master branch, you can refer to the link below: https://submarine.apache.org/docs/next/gettingStarted/quickstart/ Since we will be releasing 0.8.0 soon, we recommend using the master branch documentation for deployment.