Skip to content

Commit 80586f3

Browse files
committed
readme.md update
1 parent 0c15d4b commit 80586f3

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

elasticsearch/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
This chart installs a working version of Elasticsearch cluster on Kubernetes.
44

5-
#### Installation
5+
### Installation
66

7-
Values.yaml container configuration for Elasticsearch cluster.
8-
Note: Minimum of 2 Master Nodes are required for elasticsearch cluster
7+
Values.yaml contains configuration for Elasticsearch cluster.
8+
9+
#### Note: Minimum of 2 Master Nodes are required for elasticsearch cluster
910

1011
```
1112
helm install elasticsearch
@@ -17,7 +18,7 @@ helm install elasticsearch
1718
helm list
1819
```
1920

20-
### To conform all pods are up and running:
21+
### To confirm all pods are up and running:
2122

2223
```
2324
kubectl get pods
@@ -37,7 +38,7 @@ elasticsearch-logging 10.105.222.126 <pending> 9200:31070/TCP
3738

3839
### Test elasticsearch functionality:
3940

40-
From any host within cluster..
41+
####From any host within cluster..
4142

4243
1) Check if Elasticsearch cluster is up
4344
```

0 commit comments

Comments
 (0)