Kubernetes Helm charts
Charts
Feature Store Helm charts are designed to be a lightweight way to install Feature Store official services. It is the official way to install the services.
Supported configurations
We recommend matching the versions of the Helm chart and the Feature Store you're installing.
The Helm chart which matches this version of Feature Store is available in the kubernetes section of the download page.
Deploying Feature Store with Helm
You have to prepare the values file before running the install
command
because it is required to configure the deployment. Default values are
documented in the Helm values section.
Install Helm charts:
helm install feature-store PATH_TO_DOWNLOADED_CHART --values helm-values.yaml -n K8S_NAMESPACE
The output should look like this:
NAME: feature-store
LAST DEPLOYED: Wed Feb 16 13:52:34 2022
NAMESPACE: fs-local
STATUS: deployed
REVISION: 1
TEST SUITE: None
Feature Store Helm contains the CRD object required by the internal
Spark operator. That CRD will be installed by default when running a
helm install
for the chart.
The --dry-run
flag of helm install
and helm upgrade
is not
supported for CRDs. More details about supporting CRDs by Helm charts
can be found
here.
- Submit and view feedback for this page
- Send feedback about H2O Feature Store to cloud-feedback@h2o.ai