This Helm Chart can be used to install Custom Resource Definitions and the Operator for Apache HDFS provided by Stackable.
- Create a Kubernetes Cluster
- Install Helm
# From the root of the operator repository
make compile-chart
helm install hdfs-operator deploy/helm/hdfs-operator
The usage of this operator and its CRDs is described in the documentation
The operator has example requests included in the /examples
directory.