Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 2.69 KB

README.md

File metadata and controls

59 lines (41 loc) · 2.69 KB

Seldon Core Helm Charts

Helm charts are published to our official repo.

Core Charts

The core charts for installing Seldon Core are shown below.

Seldon Core Inference Graph Templates

A set of charts to provide example templates for creating particular inference graphs using Seldon Core

For examples of using some of the above charts see here.

Misc

Documentation

To generate the documentation of our Helm charts, we use helm-docs. This tool will read the metadata included in the Chart.yaml and values.yaml to generate a README.md page.

Generating documentation locally

You can install the latest version of helm-docs using the install target of the Makefile:

make install

Afterwards, you can use the docs target of the Makefile:

make docs