summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging_elasticsearch
diff options
context:
space:
mode:
authorJan Wozniak <jwozniak@redhat.com>2017-06-29 17:30:06 +0200
committerJan Wozniak <jwozniak@redhat.com>2017-06-29 17:30:06 +0200
commit1557dc2b866af96eddb90fa64d81ec7135f06343 (patch)
tree7a2822f7e222c24e885544ea16f3c12d19a387c0 /roles/openshift_logging_elasticsearch
parentd108da5c4447950f07f9f0ead181383d8c6b4b02 (diff)
downloadopenshift-1557dc2b866af96eddb90fa64d81ec7135f06343.tar.gz
openshift-1557dc2b866af96eddb90fa64d81ec7135f06343.tar.bz2
openshift-1557dc2b866af96eddb90fa64d81ec7135f06343.tar.xz
openshift-1557dc2b866af96eddb90fa64d81ec7135f06343.zip
logging_es: temporarily disable readiness probe
The readiness probe, as currently implemented, together with the ES master discovery using the logging-es service, causes a deadlock on clusters with more than one node. Readiness probe will be reintroduced in later release. More information in: https://bugzilla.redhat.com/show_bug.cgi?id=1459430
Diffstat (limited to 'roles/openshift_logging_elasticsearch')
-rw-r--r--roles/openshift_logging_elasticsearch/templates/es.j210
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/openshift_logging_elasticsearch/templates/es.j2 b/roles/openshift_logging_elasticsearch/templates/es.j2
index 1ca4220a3..7424db6f6 100644
--- a/roles/openshift_logging_elasticsearch/templates/es.j2
+++ b/roles/openshift_logging_elasticsearch/templates/es.j2
@@ -90,9 +90,6 @@ spec:
name: "RECOVER_AFTER_TIME"
value: "{{openshift_logging_elasticsearch_recover_after_time}}"
-
- name: "READINESS_PROBE_TIMEOUT"
- value: "30"
- -
name: "IS_MASTER"
value: "{% if deploy_type in ['data-master', 'master'] %}true{% else %}false{% endif %}"
@@ -109,13 +106,6 @@ spec:
readOnly: true
- name: elasticsearch-storage
mountPath: /elasticsearch/persistent
- readinessProbe:
- exec:
- command:
- - "/usr/share/elasticsearch/probe/readiness.sh"
- initialDelaySeconds: 10
- timeoutSeconds: 30
- periodSeconds: 5
volumes:
- name: elasticsearch
secret: