File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ # charts
2+ Curated Big Data charts for Kubernetes.
3+
4+ ## Install chart from helm repository
5+ charts in charts/ folder are packaged and available at Gradiant's helm repo:
6+
7+ [ https://gradiant.github.io/charts/ ] ( https://gradiant.github.io/charts/ )
8+
9+ You can add the helm repo to your Helm CLI:
10+
11+ ```
12+ helm repo add gradiant https://gradiant.github.io/charts/
13+ ```
14+
15+ Then you have a collection of charts available to install. For example, to install hdfs:
16+
17+ ```
18+ helm install --name hdfs gradiant/hdfs
19+ ```
20+
21+ ## Install chart from release
22+
23+ install using the URL of the release. For example, to install hdfs v0.1.0 chart:
24+
25+ ```
26+ helm install --name hdfs https://github.com/Gradiant/charts/releases/download/hdfs-0.1.0/hdfs-0.1.0.tgz
27+ ```
You can’t perform that action at this time.
0 commit comments