File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33This 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```
1112helm install elasticsearch
@@ -17,7 +18,7 @@ helm install elasticsearch
1718helm list
1819```
1920
20- ### To conform all pods are up and running:
21+ ### To confirm all pods are up and running:
2122
2223```
2324kubectl 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
42431 ) Check if Elasticsearch cluster is up
4344```
You can’t perform that action at this time.
0 commit comments