You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-29Lines changed: 30 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# kubernetes-elasticsearch-cluster
2
-
Elasticsearch (6.3.0) cluster on top of Kubernetes made easy.
2
+
Elasticsearch (6.3.2) cluster on top of Kubernetes made easy.
3
3
4
4
### Table of Contents
5
5
@@ -52,9 +52,8 @@ Given this, I'm going to demonstrate how to provision a production grade scenari
52
52
53
53
## Pre-requisites
54
54
55
-
* Kubernetes 1.9.x (tested with v1.10.4 on top of [Vagrant + CoreOS](https://github.com/pires/kubernetes-vagrant-coreos-cluster)), thas's because curator is a CronJob object which comes from `batch/v2alpha1`, to enable it, just add
56
-
`--runtime-config=batch/v2alpha1=true` into your kube-apiserver options.
57
-
*`kubectl` configured to access the cluster master API Server
55
+
* Kubernetes 1.11.x (tested with v1.11.2 on top of [Vagrant + CoreOS](https://github.com/pires/kubernetes-vagrant-coreos-cluster)).
56
+
*`kubectl` configured to access the Kubernetes API.
58
57
59
58
<aid="build-images">
60
59
@@ -81,26 +80,27 @@ kubectl rollout status -f es-data.yaml
81
80
```
82
81
83
82
Let's check if everything is working properly:
83
+
84
84
```shell
85
85
kubectl get svc,deployment,pods -l component=elasticsearch
0 commit comments