Helm charts for fluid
Add Fluid repository to Helm repos:
helm repo add fluid https://fluid-cloudnative.github.io/charts
Update to get the latest information about charts from fluid
repositories.
helm repo update
Search available version:
helm search repo fluid
Install available version:
helm install fluid fluid/fluid
Search develop version:
helm search repo fluid --devel
Install develop version:
helm install fluid fluid/fluid --devel