Skip to content

Commit f70628c

Browse files
authored
Create README.md
1 parent a2de09d commit f70628c

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
```

0 commit comments

Comments
 (0)